summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--EFI/BOOT/help.txt7
-rw-r--r--syslinux/f3.txt7
-rw-r--r--syslinux/f4.txt4
3 files changed, 16 insertions, 2 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.
diff --git a/syslinux/f3.txt b/syslinux/f3.txt
index 774e5c4..9f0fdd6 100644
--- a/syslinux/f3.txt
+++ b/syslinux/f3.txt
@@ -2,12 +2,12 @@
To boot with default values just press ENTER.
-=== Media customization ===
+=== Media tweaks ===
livemedia=/dev/sdX => Tell the init script which partition
contains the Slackware Live OS you want to boot. This can
become necessary if you have another copy of Slackware Live
- installed in another partition.
+ installed in another partition. Also accepted: UUID or LABEL.
livemain=directoryname => Use this if you copied the content
of the ISO to a different directory than "liveslak".
@@ -19,4 +19,7 @@ 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.
+
== [F1]: Home [F2]: Desktop setup [F4]: Hardware/troubleshooting ==
diff --git a/syslinux/f4.txt b/syslinux/f4.txt
index 9d27e29..3288407 100644
--- a/syslinux/f4.txt
+++ b/syslinux/f4.txt
@@ -13,6 +13,10 @@ swap => Allow the Live OS to activate all swap partitions on
=== 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.