[Fedora-spins] [spin-kickstarts] Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998

Kevin Fenzi kevin at fedoraproject.org
Fri Mar 6 20:16:53 UTC 2015


commit 5a91df2b97ae9bed88cfda87cbd4d97c65a7cb0c
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Mar 6 13:17:41 2015 -0700

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

 fedora-live-base.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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
 
 


More information about the spins mailing list