summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@tummy.com>2011-04-02 18:41:38 -0600
committerKevin Fenzi <kevin@tummy.com>2011-04-02 18:41:38 -0600
commit45ad6629a171668343fe04f31b3f1f8543232f53 (patch)
treeb002407cb7f1c53dda05ed6295d5386e3774648c /fedora-live-base.ks
parent81d962bdc9cf7232f7b834cfa14f833ce9ec919d (diff)
downloadspin-kickstarts-45ad6629a171668343fe04f31b3f1f8543232f53.tar.gz
spin-kickstarts-45ad6629a171668343fe04f31b3f1f8543232f53.tar.xz
spin-kickstarts-45ad6629a171668343fe04f31b3f1f8543232f53.zip
Add prelink in. See bug: 679880
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks4
1 files changed, 4 insertions, 0 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index a88834c..47dc6ed 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -305,6 +305,10 @@ 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 -a
+
# save a little bit of space at least...
rm -f /boot/initramfs*
# make sure there aren't core files lying around