diff options
Diffstat (limited to 'EFI')
-rw-r--r-- | EFI/BOOT/help.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/EFI/BOOT/help.txt b/EFI/BOOT/help.txt index 2b1b54a..e4deef4 100644 --- a/EFI/BOOT/help.txt +++ b/EFI/BOOT/help.txt @@ -57,8 +57,15 @@ persistence=directoryname => Use this if you want to use a different directory than "persistence" for storing persistent data. +toram => copy the OS from the media to to RAM before running it. + You can remove the boot media after booting. + === Troubleshooting === +blacklist=mod1[,mod2[...]] => Add one or more kernel modules + to the kernel blacklist to prevent them from loading, in case + they cause issues during operation. + debug => During init, pause at specifiuc locations while as- sembling the overlay filesystem and show mount information. |