summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-05 20:52:42 +0100
committer Eric Hameleers <alien@slackware.com>2020-12-05 20:52:42 +0100
commit6556daa1b7702e8aeb283a4e9d5e632cf50b94f1 (patch)
tree2ba7ca9bd82606d0021da559fe151926d54c09a9
parent0ee9284606fbb600aa05eb5d7a2425bbab5a4855 (diff)
downloadliveslak-6556daa1b7702e8aeb283a4e9d5e632cf50b94f1.tar.gz
liveslak-6556daa1b7702e8aeb283a4e9d5e632cf50b94f1.tar.xz
Some minor script polish
-rwxr-xr-xmake_slackware_live.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index c9603dd..2543d1e 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -37,6 +37,9 @@
# Version of the Live OS generator:
VERSION="1.3.7.2"
+# Timestamp:
+THEDATE=$(date +%Y%m%d)
+
# Directory where our live tools are stored:
LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"}
@@ -70,12 +73,14 @@ SMP32=${SMP32:-"NO"}
# Include support for NFS root (PXE boot), will increase size of the initrd:
NFSROOTSUP=${NFSROOTSUP:-"YES"}
+# This variable can be set to a comma-separated list of package series.
+# The squashfs module(s) for these package series will then be re-generated.
+# Example commandline parameter: "-r l,kde,kdei"
+REFRESH=""
+
# Use xorriso instead of mkisofs/isohybrid to create the ISO:
USEXORR=${USEXORR:-"NO"}
-# Timestamp:
-THEDATE=$(date +%Y%m%d)
-
#
# ---------------------------------------------------------------------------
#
@@ -117,11 +122,6 @@ RUNLEVEL=${RUNLEVEL:-4}
# Use the graphical syslinux menu (YES or NO)?
SYSMENU=${SYSMENU:-"YES"}
-# This variable can be set to a comma-separated list of package series.
-# The squashfs module(s) for these package series will then be re-generated.
-# Example commandline parameter: "-r l,kde,kdei"
-REFRESH=""
-
# The amount of seconds we want the init script to wait to give the kernel's
# USB subsystem time to settle. The default value of mkinitrd is "1" which
# is too short for use with USB sticks but "1" is fine for CDROM/DVD.
@@ -939,7 +939,7 @@ function plasma5_custom_bg() {
# The function expects a background image file of JPG or PNG format.
# The bitmap must be present in the liveslak source tree as:
# media/<variant>/bg/background.png or media/<variant>/bg/background.jpg ,
- # where <variant> is the lowercase name of the liveslak varriant (such as
+ # where <variant> is the lowercase name of the liveslak variant (such as
# cinnamon, daw, slackware, etc).
# The file background.{jpg,png} can be a symlink to an actual JPG or PNG.
# Aspect ratio of the image *must* be 16:9 (1920x1080 px or higher res).