aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-10 16:52:33 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-10 16:52:33 +0200
commit4f49673121219831f794cdd19f670b405f9264db (patch)
tree4c4e1f433236036fb41ee899eea09987dd81218f
parentc7708bc00595c909f5e6795133fe69a9a3e4d244 (diff)
downloadliveslak-4f49673121219831f794cdd19f670b405f9264db.tar.gz
liveslak-4f49673121219831f794cdd19f670b405f9264db.tar.xz
make_slackware_live.sh: small cosmetic changes in the help text
-rwxr-xr-xmake_slackware_live.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 71f39f6..f352c13 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1313,6 +1313,7 @@ do
echo " KTOWN, MATE, CINNAMON, DLACK, STUDIOWARE."
echo " -e Use ISO boot-load-size of 32 for computers."
echo " where the ISO won't boot otherwise."
+ echo " Default value is ${BOOTLOADSIZE}."
echo " -f Forced re-generation of all squashfs modules,"
echo " custom configurations and new initrd.img."
echo " -l <localization> Enable a different default localization"
@@ -1325,7 +1326,7 @@ do
echo " -v Show debug/error output."
echo " -z version Define your ${DISTRO^} version (default: $SL_VERSION)."
echo " -C Add RAM-based Console OS to boot menu."
- echo " -G Generate ISO file from existing directory tree"
+ echo " -G Generate ISO file from existing directory tree."
echo " -H hostname Hostname of the Live OS (default: $LIVE_HOSTNAME)."
echo " -M Add multilib (x86_64 only)."
echo " -O outfile Custom filename for the ISO."