comps: Strip more cmdline tools and also psacct
I'm trying to do a `--unified-core` build in prep for rojig, and it breaks on `psacct` which is trying to write to `/var`. Let's use this opportunity to do some more cleaning.
This commit is contained in:
parent
e546039643
commit
6d028cb372
2 changed files with 10 additions and 8 deletions
|
@ -76,10 +76,19 @@ blacklist:
|
|||
- evolution
|
||||
- evolution-ews
|
||||
- evolution-help
|
||||
# This is ancient now, and IMO has been superceded by cgroups
|
||||
# Also it breaks with --unified-core.
|
||||
- psacct
|
||||
# Random tools: container
|
||||
- rdist
|
||||
- jwhois
|
||||
- tcpdump
|
||||
- telnet
|
||||
- traceroute
|
||||
- net-tools
|
||||
- nmap-ncat
|
||||
# filesystem tools, agian priv container
|
||||
# filesystem tools, again priv container
|
||||
- symlinks
|
||||
- dosfstools
|
||||
- ntfs-3g
|
||||
networkmanager-submodules:
|
||||
|
|
|
@ -171,7 +171,6 @@
|
|||
"iwl7260-firmware",
|
||||
"jomolhari-fonts",
|
||||
"julietaula-montserrat-fonts",
|
||||
"jwhois",
|
||||
"kbd",
|
||||
"kernel",
|
||||
"kernel-modules-extra",
|
||||
|
@ -234,7 +233,6 @@
|
|||
"policycoreutils",
|
||||
"polkit",
|
||||
"procps-ng",
|
||||
"psacct",
|
||||
"pulseaudio",
|
||||
"pulseaudio-module-x11",
|
||||
"pulseaudio-utils",
|
||||
|
@ -248,7 +246,6 @@
|
|||
"qt5-qtdeclarative",
|
||||
"qt5-qtxmlpatterns",
|
||||
"quota",
|
||||
"rdist",
|
||||
"realmd",
|
||||
"rng-tools",
|
||||
"rootfiles",
|
||||
|
@ -277,18 +274,14 @@
|
|||
"stix-fonts",
|
||||
"sudo",
|
||||
"sushi",
|
||||
"symlinks",
|
||||
"system-config-printer-udev",
|
||||
"systemd",
|
||||
"systemd-udev",
|
||||
"tar",
|
||||
"tcpdump",
|
||||
"telnet",
|
||||
"thai-scalable-waree-fonts",
|
||||
"time",
|
||||
"totem",
|
||||
"totem-nautilus",
|
||||
"traceroute",
|
||||
"tracker",
|
||||
"tracker-miners",
|
||||
"tree",
|
||||
|
|
Loading…
Reference in a new issue