aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-06-04 17:26:32 +0200
committer Eric Hameleers <alien@slackware.com>2023-06-04 17:26:32 +0200
commit27bb371ecb4def8649301c53fa328f0491e04dc8 (patch)
tree34091718917e137ceb094c72f663b260ced75881
parent65a4edd0eeac5134d9bc3ead821d19df8bd5d449 (diff)
downloadliveslak-27bb371ecb4def8649301c53fa328f0491e04dc8.tar.gz
liveslak-27bb371ecb4def8649301c53fa328f0491e04dc8.tar.xz
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).
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 3 insertions, 1 deletions
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: