forked from srbala/fedora-kickstarts
fedora-live-mini.ks: Don't prelink this either.
The mini images are even less likely to want that kind of a size increase.
This commit is contained in:
parent
36271446ff
commit
596ef8e70c
@ -381,10 +381,6 @@ rm -f /var/lib/rpm/__db*
|
|||||||
# go ahead and pre-make the man -k cache (#455968)
|
# go ahead and pre-make the man -k cache (#455968)
|
||||||
/usr/bin/mandb
|
/usr/bin/mandb
|
||||||
|
|
||||||
# run prelink to prelink everything installed. This should prevent prelink
|
|
||||||
# from causing massive changes on systems booted longer than a day.
|
|
||||||
/usr/sbin/prelink -am &>/dev/null || :
|
|
||||||
|
|
||||||
# save a little bit of space at least...
|
# save a little bit of space at least...
|
||||||
rm -f /boot/initrd*
|
rm -f /boot/initrd*
|
||||||
# make sure there aren't core files lying around
|
# make sure there aren't core files lying around
|
||||||
|
Loading…
Reference in New Issue
Block a user