forked from srbala/fedora-kickstarts
fedora-live-base.ks: Don't prelink the live images.
This unacceptably increases the size of the images by several MiB. The KDE image grew by 17 to 24 MiB, making it go oversized. See https://bugzilla.redhat.com/show_bug.cgi?id=679880#c13 and followups.
This commit is contained in:
parent
df3c8607e7
commit
36271446ff
@ -308,10 +308,6 @@ rm -f /var/lib/rpm/__db*
|
||||
# go ahead and pre-make the man -k cache (#455968)
|
||||
/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...
|
||||
rm -f /boot/initramfs*
|
||||
# make sure there aren't core files lying around
|
||||
|
Loading…
Reference in New Issue
Block a user