From 55dc8962dd493d00482d9673025a4b65dfe5bc67 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 19 Aug 2023 11:22:42 +0200 Subject: Fix broken behaviour with '-C' parameter in corner cases --- make_slackware_live.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3