Skip to content

Commit

Permalink
Fix dnf coper enable command
Browse files Browse the repository at this point in the history
Adding also note for c9s

Signed-off-by: Yariv Rachmani <[email protected]>
  • Loading branch information
Yarboa committed Nov 30, 2023
1 parent 179d651 commit 0135a23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ Is this ok [y/N]: y
initoverlayfs-0.96-1.fc39.x86_64
```

**Note:**
centos-stream-9 requires package from epel-release

```
dnf install -y epel-release
```

### Step 2 - Run initoverlayfs-install
Once the deployment is completed, the next step is to execute the /usr/bin/initoverlayfs-install tool. This tool is responsible for generating both the initramfs and initoverlayfs images, along with the essential initoverlayfs.conf configuration.

Expand Down

0 comments on commit 0135a23

Please sign in to comment.