1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-28 00:57:21 +00:00

Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998

This commit is contained in:
Kevin Fenzi 2015-03-06 13:17:41 -07:00
parent 1f694b994d
commit 5a91df2b97

View File

@ -305,6 +305,9 @@ if [ -x /usr/bin/fc-cache ] ; then
fc-cache -f
fi
echo 'File created by kickstart. See systemd-update-done.service(8).' \
| tee /etc/.updated >/var/.updated
%end