From 0365023387052963c38c05a5c0334b111ba9b77e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 9 Nov 2016 14:30:45 +0100 Subject: 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. --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 243a40c..2c9fcfb 100644 --- a/README.txt +++ b/README.txt @@ -610,6 +610,11 @@ This is the section in ''make_slackware_live.conf'' which deals with these custo # respectively): #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" -- cgit v1.2.3