diff options
author | Eric Hameleers <alien@slackware.com> | 2020-12-28 14:17:45 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-28 14:17:45 +0100 |
commit | 8e66c0b135bef93bd0c706d4045c36c33edbfdb8 (patch) | |
tree | 40760ca6acf720001318c9f43add6d1d24629b91 | |
parent | dd2903813ce0fa71c943c431be81ec27fa0ca85b (diff) | |
download | liveslak-8e66c0b135bef93bd0c706d4045c36c33edbfdb8.tar.gz liveslak-8e66c0b135bef93bd0c706d4045c36c33edbfdb8.tar.xz |
Update helptexts for syslinux and grub boot screens
Diffstat (limited to '')
-rw-r--r-- | EFI/BOOT/help.txt | 8 | ||||
-rw-r--r-- | syslinux/f3.txt | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/EFI/BOOT/help.txt b/EFI/BOOT/help.txt index dbfb5b2..cb35533 100644 --- a/EFI/BOOT/help.txt +++ b/EFI/BOOT/help.txt @@ -71,6 +71,9 @@ cfg=[skip|write] => OS parameters; or specify 'write' to write current OS parameters to disk. +domain=your_custom_domain => + Specify a custom domain name. Defaults to 'example.net'. + hostname=your_custom_hostname[,qualifier] => Specify a custom hostname. A qualifier 'fixed' can be appended to prohibit hostname modification in case of network boot. @@ -101,6 +104,11 @@ persistence=directoryname => Use this if you want to use toram => copy the OS from the media to to RAM before running it. You can remove the boot media after booting. +toram=all => Prevent writes to disk since we are supposed to + run from RAM; equivalent to parameter "toram". + +toram=os => Load OS modules into RAM, but write persistent data to USB. + === Troubleshooting === blacklist=mod1[,mod2[...]] => Add one or more kernel modules diff --git a/syslinux/f3.txt b/syslinux/f3.txt index a5400f5..7d14801 100644 --- a/syslinux/f3.txt +++ b/syslinux/f3.txt @@ -9,6 +9,9 @@ cfg=[skip|write] => OS parameters; or specify 'write' to write current OS parameters to disk. +domain=your_custom_domain => + Specify a custom domain name. Defaults to 'example.net'. + hostname=your_custom_hostname[,qualifier] => Specify a custom hostname. A qualifier 'fixed' can be appended to prohibit hostname modification in case of network boot. @@ -34,4 +37,9 @@ persistence=directoryname => Use this if you want to use toram => copy the OS from the media to to RAM before running it. You can remove the boot media after booting. +toram=all => Prevent writes to disk since we are supposed to + run from RAM; equivalent to parameter "toram". + +toram=os => Load OS modules into RAM, but write persistent data to USB. + == [F1]: Home [F2]: Desktop setup [F4]: HW/debug [F5]: Network boot == |