Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #87

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A scalable solution for initial filesystems focused on minimal resource usage, s

- [What is initoverlayfs?](#what-is-initoverlayfs)
- [Why use initoverlayfs?](#why-use-initoverlayfs)
- [Dependancies](#dependancies)
- [Dependencies](#dependencies)
- [Installation](#installation)
* [Step 1 - Deploy the software](#step-1---deploy-the-software)
* [Step 2 - Run initoverlayfs-install](#step-2---run-initoverlayfs-install)
Expand Down Expand Up @@ -76,13 +76,13 @@ This is a graphic comparing the systemd start time using initramfs only vs using

![image](https://github.com/containers/initoverlayfs/assets/1694275/f18db634-1c51-4ff7-9c68-423abee0fce4)

# Dependancies
# Dependencies

- EROFS - Initoverlayfs uses erofs as the underlying filesystem.
- dracut - As the initramfs and initoverlayfs composing tool.
- systemd - As the init system.

Note: none of the above dependancies are strictly needed, all the tools could be swapped out for other similar tools.
Note: none of the above dependencies are strictly needed, all the tools could be swapped out for other similar tools.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion initoverlayfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install -D -m755 lib/kernel/install.d/94-initoverlayfs.install ${RPM_BUILD_ROOT}
* Fri Oct 13 2023 Eric Curtin <[email protected]> - 0.91-1
- Rm custom tokenizer, replace with strtok.
* Thu Oct 12 2023 Eric Curtin <[email protected]> - 0.9-1
- Change to bls_parser, split into separate files. Remove grub dependancy.
- Change to bls_parser, split into separate files. Remove grub dependency.
* Thu Oct 5 2023 Eric Curtin <[email protected]> - 0.8-1
- Change to initoverlayfs.bootfs and initoverlay.bootfstype
* Wed Oct 4 2023 Eric Curtin <[email protected]> - 0.7-1
Expand Down
Loading