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. --- make_slackware_live.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'make_slackware_live.conf') diff --git a/make_slackware_live.conf b/make_slackware_live.conf index 53f3834..6fec3e6 100644 --- a/make_slackware_live.conf +++ b/make_slackware_live.conf @@ -47,9 +47,9 @@ # Directory where the live ISO image will be written: #OUTPUT="/tmp" -# -# -- This is how you can create your own custom Live OS: -# +# --------------------------------------------------------- # +# -- This is how you can create your own custom Live OS: -- # +# --------------------------------------------------------- # # REQUIRED: # Define a new name for your own variant of Slackware Live Edition: @@ -62,6 +62,11 @@ # 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