From 5a91df2b97ae9bed88cfda87cbd4d97c65a7cb0c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Mar 2015 13:17:41 -0700 Subject: [PATCH] Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998 --- fedora-live-base.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 8f2ddc2..f0e94c7 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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