diff options
author | Eric Hameleers <alien@slackware.com> | 2021-07-10 22:28:01 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-07-10 22:28:01 +0200 |
commit | b59fd8745bd3e7e17445310798ae8120229ed55f (patch) | |
tree | 624a06104ea782e76cedf18cf6af40a2fe41ed7c /make_slackware_live.sh | |
parent | 5f8487efa852838f8f9a39c3d7d300a17ee96297 (diff) | |
download | liveslak-b59fd8745bd3e7e17445310798ae8120229ed55f.tar.gz liveslak-b59fd8745bd3e7e17445310798ae8120229ed55f.tar.xz |
Blacklist seamonkey from the DAW & LEAN ISOs, we use firefox there
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 87838d5..2aa2f1f 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -217,7 +217,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_XFCE="lynx mc" +BLACKLIST_DAW="seamonkey" +BLACKLIST_LEAN="seamonkey" +BLACKLIST_XFCE="lynx mc mozilla-firefox" # -- START: Used verbatim in upslak.sh -- # # List of kernel modules required for a live medium to boot properly; |