diff options
author | Eric Hameleers <alien@slackware.com> | 2021-11-07 21:36:31 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-07 21:36:31 +0100 |
commit | 5321fa4452c34f5b5d2547682ac9ea890378268c (patch) | |
tree | e83c2191ba6536c72c8df55c04c7b2f350b30e79 /make_slackware_live.sh | |
parent | 99f7614b9447028fa3c65fac74a08617ee1a1aeb (diff) | |
download | liveslak-5321fa4452c34f5b5d2547682ac9ea890378268c.tar.gz liveslak-5321fa4452c34f5b5d2547682ac9ea890378268c.tar.xz |
DAW, LEAN, XFCE: tweak package lists and blacklists
Goal is to keep the XFCE image below 700 MB (CDROM size) while adding
programs that are needed.
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 06e5c0e..08e8995 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -219,7 +219,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_XFCE="lynx mc mozilla-firefox pidgin" +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: #TESTINGLIST_DAW="kernel-generic kernel-modules kernel-headers kernel-source" |