diff options
author | Eric Hameleers <alien@slackware.com> | 2021-09-08 21:29:14 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-08 21:29:14 +0200 |
commit | 99a0deaa9ee230671b65e6479811f0c3403552c5 (patch) | |
tree | 5b37c5e96faa4e3ddb9457adb22cda685ce92025 /make_slackware_live.sh | |
parent | 3946da784521c3d9a82837187d028c4301dc280d (diff) | |
download | liveslak-99a0deaa9ee230671b65e6479811f0c3403552c5.tar.gz liveslak-99a0deaa9ee230671b65e6479811f0c3403552c5.tar.xz |
XFCE: don't add pidgin, keeps the ISO size below 700M
Diffstat (limited to 'make_slackware_live.sh')
-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 1dbc3e5..34e86b4 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" +BLACKLIST_XFCE="lynx mc mozilla-firefox pidgin" # -- START: Used verbatim in upslak.sh -- # # List of kernel modules required for a live medium to boot properly; |