summaryrefslogtreecommitdiffstats
path: root/syslinux/f3.txt
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 /syslinux/f3.txt
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 '')
-rw-r--r--syslinux/f3.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/syslinux/f3.txt b/syslinux/f3.txt
index 6cce00d..a5400f5 100644
--- a/syslinux/f3.txt
+++ b/syslinux/f3.txt
@@ -4,6 +4,11 @@ To boot with default values just press ENTER.
=== 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.