readme: mention directories having to be created since the module won't perform this.
This commit is contained in:
parent
2737e4a327
commit
f552b1e297
1 changed files with 6 additions and 0 deletions
|
@ -20,3 +20,9 @@ Then, add the overlay= setting to your kernel command line. It can be anything r
|
|||
* A device node in the form **overlay=/dev/sdX1** (not recommended).
|
||||
|
||||
You might need to explicitly add additional drivers and fsck tools in your initramfs, as once you booted onto the overlayfs, when regenerating the initramfs, dracut will not notice which fs module you will require, nor which fsck tool.
|
||||
|
||||
Then format a partition with whatever filesystem you wish to use, and create the following directories, with this exact naming:
|
||||
|
||||
* lower
|
||||
* upper
|
||||
* work
|
||||
|
|
Loading…
Add table
Reference in a new issue