aboutsummaryrefslogtreecommitdiffstats
path: root/EFI
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-15 13:06:32 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-15 13:06:32 +0200
commit05e2b4b7564ba517aed3e1e714235312df6349d9 (patch)
treec98ddd4e45d646c23b13bdb255509073d20d5687 /EFI
parent92e8f6612c81c805139c562fe666a37bee5df0fe (diff)
downloadliveslak-05e2b4b7564ba517aed3e1e714235312df6349d9.tar.gz
liveslak-05e2b4b7564ba517aed3e1e714235312df6349d9.tar.xz
Add support for on-disk OS configuration file
The configuration file must be in the liveslak main directory ('/liveslak' by default) and be called 'DISTRO_os.cfg' where DISTRO is the lower-case name of the distro ('slackware' by default). The following variables can be defined in the configuration file, one per line, in the format VAR=value: BLACKLIST, INIT, KEYMAP, LIVE_HOSTNAME, LOAD, LOCALE, LUKSVOL, NOLOAD, RUNLEVEL, TWEAKS, TZ, XKB. Since the configuration file is sourced by the live init script, it is OK to have comments in it that are prefixed with '#'.
Diffstat (limited to 'EFI')
-rw-r--r--EFI/BOOT/help.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/EFI/BOOT/help.txt b/EFI/BOOT/help.txt
index ed13122..dbfb5b2 100644
--- a/EFI/BOOT/help.txt
+++ b/EFI/BOOT/help.txt
@@ -66,6 +66,11 @@ swap => Allow the Live OS to activate all swap partitions on
=== Media tweaks ===
+cfg=[skip|write] =>
+ Specify 'skip' to skip disk-based configuration file containing
+ OS parameters; or specify 'write' to write current OS parameters
+ to disk.
+
hostname=your_custom_hostname[,qualifier] =>
Specify a custom hostname. A qualifier 'fixed' can be appended
to prohibit hostname modification in case of network boot.