diff options
author | Eric Hameleers <alien@slackware.com> | 2022-07-10 21:26:59 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-07-10 21:26:59 +0200 |
commit | a2834647734284416c61c3f8e3797744e8acefc3 (patch) | |
tree | 686bd0a15086d1f2cc8405774d5a1efb8aca7632 /make_slackware_live.sh | |
parent | 00e467e373fae6813bd1d9cdac065ed8024e7f0d (diff) | |
download | liveslak-a2834647734284416c61c3f8e3797744e8acefc3.tar.gz liveslak-a2834647734284416c61c3f8e3797744e8acefc3.tar.xz |
Package blacklists are not needed at the moment, comment them out
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 4b101c0..47e6f08 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -235,9 +235,9 @@ SEQ_DLACK="tagfile:a,ap,d,e,f,k,l,n,t,tcl,x,xap pkglist:dlackware,slackextra,sys SEQ_STUDW="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra,slackpkgplus,studioware" # Package blacklists for variants: -BLACKLIST_DAW="seamonkey" -BLACKLIST_LEAN="seamonkey" -BLACKLIST_XFCE="gst-plugins-bad-free lynx mc motif mozilla-firefox pidgin xlockmore" +#BLACKLIST_DAW="seamonkey" +#BLACKLIST_LEAN="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: #TESTINGLIST_DAW="kernel-generic kernel-modules kernel-headers kernel-source" |