diff options
author | Eric Hameleers <alien@slackware.com> | 2018-09-01 12:33:00 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-09-01 12:33:00 +0200 |
commit | 53f746f78bdcb5f34fe7cec052931dd825c5e8b9 (patch) | |
tree | dfa3fe4d059263d676c211c3f634167d0d21e311 /make_slackware_live.sh | |
parent | 6f15aeb1b0ebe5d6148b35d743ca2becdf98aa1a (diff) | |
download | liveslak-53f746f78bdcb5f34fe7cec052931dd825c5e8b9.tar.gz liveslak-53f746f78bdcb5f34fe7cec052931dd825c5e8b9.tar.xz |
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'.
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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: |