From 53f746f78bdcb5f34fe7cec052931dd825c5e8b9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 1 Sep 2018 12:33:00 +0200 Subject: XFCE: update the package list so that the ISO stays below CDROM size Also, split 'x_base' into 'noxbase' and 'x_base' so that in future we can create a 'rescue' option using just 'min' and 'noxbase'. --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index a20c809..53a94c1 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -168,11 +168,11 @@ SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,kdei,l,n,t,tcl,x,xap,xfce,y pkglist:slac # Stripped-down Slackware with XFCE as the Desktop Environment: # - each series will become a squashfs module: -SEQ_XFCEBASE="${MINLIST},x_base,xapbase,xfcebase" +SEQ_XFCEBASE="${MINLIST},noxbase,x_base,xapbase,xfcebase" # Stripped-down Slackware with KDE4 as the Desktop Environment: # - each series will become a squashfs module: -SEQ_KDE4BASE="pkglist:${MINLIST},x_base,xapbase,kde4base" +SEQ_KDE4BASE="pkglist:${MINLIST},noxbase,x_base,xapbase,kde4base" # List of Slackware package series with Plasma5 instead of KDE 4 (full install): # - each will become a squashfs module: -- cgit v1.2.3