From 27bb371ecb4def8649301c53fa328f0491e04dc8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 4 Jun 2023 17:26:32 +0200 Subject: SLACKWARE: the fulll distro no longer fits on a DVD Therefore, pruning starts for the SLACKWARE Live ISO. Too bad really. Removed are some packages that are relatively big and arbitrarily not used that much (quite a personal opinion of course). --- make_slackware_live.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index bffa3d2..cba9ff8 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -205,7 +205,8 @@ if [ "$(echo ${SL_VERSION}|cut -d. -f1)" == "14" ]; then # Slackware up and until 14.2 has KDE4 which includes the 'kdei' package set: SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,kdei,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra" else - SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra" + # Exclude Emacs to keep the ISO size below DVD size: + SEQ_SLACKWARE="tagfile:a,ap,d,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra" fi # Stripped-down Slackware with XFCE as the Desktop Environment: @@ -243,6 +244,7 @@ SEQ_STUDW="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra,sl # Package blacklists for variants: #BLACKLIST_DAW="seamonkey" #BLACKLIST_LEAN="seamonkey" +BLACKLIST_SLACKWARE="calligra calligraplan gcc-gdc gcc-gfortran gcc-gnat gcc-objc krita kstars seamonkey" #BLACKLIST_XFCE="gst-plugins-bad-free lynx mc motif mozilla-firefox pidgin xlockmore" # Potentially we will use package(s) from 'testing' instead of regular repo: -- cgit v1.2.3