aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-09 14:30:45 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-09 14:30:45 +0100
commit0365023387052963c38c05a5c0334b111ba9b77e (patch)
treeeb1e245ee4dfd2d1d65c357b2a186a8613f6f0cb /README.txt
parent84a48b9e91d973e759c04eccdd30786fa52213f3 (diff)
downloadliveslak-0365023387052963c38c05a5c0334b111ba9b77e.tar.gz
liveslak-0365023387052963c38c05a5c0334b111ba9b77e.tar.xz
Make the name 'min' of the minimal package list customizable.
The 'min' package list contains the generic kernel. This package list is special because the 'make_slackware_live.sh' script will also take care of the ISO boot configuration while processing it. A custom Live OS may want to use a custom filename instead of "min.lst", so the variable $MINLIST was created for that purpose.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 243a40c..2c9fcfb 100644
--- a/README.txt
+++ b/README.txt
@@ -611,6 +611,11 @@ This is the section in ''make_slackware_live.conf'' which deals with these custo
#SEQ_CUSTOM="min,xbase,xapbase,xfcebase,cinelerra"
# OPTIONAL:
+# Use something else than the name "min",
+# for the package list containing the generic kernel:
+#MINLIST="min"
+
+# OPTIONAL:
# Your custom distro name (will reflect in boot screen & filenames):
#DISTRO="cinelerra"