runtime-cleanup: drop systemd-analyze
It's over 1M and not really essential. We might occasionally want to use it to analyze boot of an installer image, but we could just spin an image that includes it when we want to do this. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
918cf2c29d
commit
2cb1c84600
@ -41,9 +41,9 @@ remove /etc/logrotate.d
|
||||
## anaconda needs this to do media check
|
||||
removefrom isomd5sum --allbut /usr/bin/checkisomd5
|
||||
|
||||
## systemd-nspawn isn't very useful and doesn't link anyway without iptables,
|
||||
## and there's no need for a bunch of zsh files without zsh
|
||||
removefrom systemd /usr/share/zsh/site-functions/*
|
||||
## there's no need for a bunch of zsh files without zsh,
|
||||
## systemd-analyze is quite large and not essential
|
||||
removefrom systemd /usr/bin/systemd-analyze /usr/share/zsh/site-functions/*
|
||||
|
||||
## we only need syslinux to make the installer image bootable, we don't
|
||||
## run anything from it that uses mtools, and that's the only thing
|
||||
|
Loading…
Reference in New Issue
Block a user