mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
Add prelink in. See bug: 679880
This commit is contained in:
parent
81d962bdc9
commit
45ad6629a1
@ -305,6 +305,10 @@ 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 -a
|
||||||
|
|
||||||
# save a little bit of space at least...
|
# save a little bit of space at least...
|
||||||
rm -f /boot/initramfs*
|
rm -f /boot/initramfs*
|
||||||
# make sure there aren't core files lying around
|
# make sure there aren't core files lying around
|
||||||
|
@ -378,6 +378,10 @@ 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 -a
|
||||||
|
|
||||||
# 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