mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 15:33:07 +00:00
Make the cache for 'man -k' to be able to work by default (#455968)
This commit is contained in:
parent
50929c433e
commit
58b5bff26e
@ -292,6 +292,9 @@ chmod 755 /etc/rc.d/init.d/fedora-late-live
|
||||
rm -f /var/lib/rpm/__db*
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
|
||||
|
||||
# go ahead and pre-make the man -k cache (#455968)
|
||||
/usr/sbin/makewhatis -w
|
||||
|
||||
# save a little bit of space at least...
|
||||
rm -f /boot/initrd*
|
||||
# make sure there aren't core files lying around
|
||||
|
Loading…
Reference in New Issue
Block a user