diff options
Diffstat (limited to 'EFI/BOOT')
-rw-r--r-- | EFI/BOOT/help.txt | 8 |
1 files changed, 8 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 |