aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-19 11:22:42 +0200
committer Eric Hameleers <alien@slackware.com>2023-08-19 11:22:42 +0200
commit55dc8962dd493d00482d9673025a4b65dfe5bc67 (patch)
tree559721a54a7e285491cc7dd1cb3a7aa5dc33adfe
parente96810804e5e11202dda6c0de13efc7f4798d117 (diff)
downloadliveslak-55dc8962dd493d00482d9673025a4b65dfe5bc67.tar.gz
liveslak-55dc8962dd493d00482d9673025a4b65dfe5bc67.tar.xz
Fix broken behaviour with '-C' parameter in corner cases
-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 13f0c98..9ee55ab 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -211,7 +211,7 @@ fi
# Stripped-down Slackware with XFCE as the Desktop Environment:
# - each series will become a squashfs module:
-SEQ_XFCEBASE="${MINLIST},noxbase,x_base,xapbase,xfcebase local:mcpp"
+SEQ_XFCEBASE="pkglist:${MINLIST},noxbase,x_base,xapbase,xfcebase local:mcpp"
# Stripped-down Base Slackware:
SEQ_LEAN="pkglist:${MINLIST},noxbase,x_base,xapbase,xfcebase,slackpkgplus,z00_plasma5supp,z01_plasma5base,z01_swdev"
@@ -1444,6 +1444,7 @@ esac
if [ "${MSEQ#pkglist:${CORE2RAMMODS/ /,}}" != "${MSEQ}" ]; then
# This live ISO contains core2ram modules out of the box:
+ echo "-- Native core2ram."
CORE2RAM="NATIVE"
fi
if [ "${CORE2RAM}" != "NO" ]; then