mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-29 10:23:08 +00:00
Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998
This commit is contained in:
parent
1f694b994d
commit
5a91df2b97
@ -305,6 +305,9 @@ if [ -x /usr/bin/fc-cache ] ; then
|
|||||||
fc-cache -f
|
fc-cache -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
||||||
|
| tee /etc/.updated >/var/.updated
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user