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
1 changed files with 3 additions and 0 deletions

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