Skip to content

Commit

Permalink
Merge pull request #87 from firasuke/main
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ericcurtin authored Jun 6, 2024
2 parents a397793 + 9b238b3 commit df2874b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit df2874b

Please sign in to comment.