diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-17 06:46:07 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-17 06:46:07 +0200 |
| commit | 863b3703e3e03f1ca0ccdf297fb33e20eb344ec4 (patch) | |
| tree | 0902039bbe2cf1131390821ec39aa973fc4c797c /slackware-bootstrap/slackpkg-blacklist-allowkern | |
| parent | 10962d4699eb92b6e4225caee6916c838f806a31 (diff) | |
updat
Diffstat (limited to 'slackware-bootstrap/slackpkg-blacklist-allowkern')
| -rw-r--r-- | slackware-bootstrap/slackpkg-blacklist-allowkern | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/slackware-bootstrap/slackpkg-blacklist-allowkern b/slackware-bootstrap/slackpkg-blacklist-allowkern new file mode 100644 index 0000000..13b6f60 --- /dev/null +++ b/slackware-bootstrap/slackpkg-blacklist-allowkern @@ -0,0 +1,52 @@ +# /etc/slackpkg/blacklist +# +# This is a blacklist file. Any packages listed here won't be +# upgraded, removed, or installed by slackpkg. + +# aaa_libraries should NOT be blacklisted! +# +# You can blacklist using regular expressions. +# +# All of the following will be checked for the regex: +# Package series, name, version, arch, build, and fullname +# When blacklisting packages, you can use extended regex on package names +# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing +# slash for package series ("n/", "ap/", "xap/", etc). +# +# To blacklist *only* the "xorg-server" package, use this: +# xorg-server +# +# To blacklist *all* of the "xorg-server-*" packages, use this: +# xorg-server.* +# +# To blacklist the entire KDE package set, use this: +# kde/ +# +# You will need to escape any special characters that are present in the +# package name. For example, to blacklist the gcc-g++ package, use this: +# gcc-g\+\+ +# +# DON'T put any space(s) before or after the package name or regex. +# +# Automated upgrade of kernel packages may not be wanted in some situations; +# uncomment the lines below if that fits your circumstances, but note that +# kernel-headers should *not* be blacklisted: +# +#kernel-generic.* +#kernel-huge.* +#kernel-modules.* +#kernel-source.* +# +# This one will blacklist all SBo packages: +[0-9]+_SBo + +[0-9]+alien +[0-9]+compat32 +[0-9]+_slonly + +slpkg +fcitx5.* +alligator* +merkuro* +fcitx* +tokodon* |
