diff options
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 |
commit | 0365023387052963c38c05a5c0334b111ba9b77e (patch) | |
tree | eb1e245ee4dfd2d1d65c357b2a186a8613f6f0cb /make_slackware_live.conf | |
parent | 84a48b9e91d973e759c04eccdd30786fa52213f3 (diff) | |
download | liveslak-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 'make_slackware_live.conf')
-rw-r--r-- | make_slackware_live.conf | 11 |
1 files changed, 8 insertions, 3 deletions
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: @@ -63,6 +63,11 @@ #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" |