Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firasuke authored Jun 5, 2024
1 parent a397793 commit b335d7c
Showing 1 changed file with 3 additions and 3 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

0 comments on commit b335d7c

Please sign in to comment.