diff options
author | Kevin Kofler <Kevin@tigcc.ticalc.org> | 2011-04-07 09:56:14 +0200 |
---|---|---|
committer | Kevin Kofler <Kevin@tigcc.ticalc.org> | 2011-04-07 09:56:14 +0200 |
commit | 36271446ffc9384263e4ba9c9a4881521014b4b0 (patch) | |
tree | 57e309685dc4fad7e85ac99153d610f940579555 /fedora-live-base.ks | |
parent | df3c8607e77ea5a8a33f17d3e0840d69243c99c2 (diff) | |
download | spin-kickstarts-36271446ffc9384263e4ba9c9a4881521014b4b0.tar.gz spin-kickstarts-36271446ffc9384263e4ba9c9a4881521014b4b0.tar.xz spin-kickstarts-36271446ffc9384263e4ba9c9a4881521014b4b0.zip |
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.
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r-- | fedora-live-base.ks | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 0bd56c5..88bbf70 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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 |