diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-14 16:33:11 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-14 16:33:11 +0100 |
commit | 4ca61472d6126b5118466faf36ecf223895982b2 (patch) | |
tree | f6c3efa9bf34c3ff064ced8f552c67da1e99af3f /EFI | |
parent | a11733812afd449f4f24e96247d76bc9457d70ea (diff) | |
download | liveslak-4ca61472d6126b5118466faf36ecf223895982b2.tar.gz liveslak-4ca61472d6126b5118466faf36ecf223895982b2.tar.xz |
Update the syslinux and grub help texts.
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. |