From c4c90e0b5ee1f3684cd4beed4f0b935570f897b1 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 3 Mar 2015 14:21:18 -0800 Subject: [PATCH] Turn off ldconfig We don't need to update ldconfig when running the boot.iso, disable it to speed up the boot. --- share/runtime-postinstall.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index af66d001..7df8d84f 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -41,7 +41,8 @@ systemctl disable systemd-readahead-collect.service \ ## /usr/lib/systemd rather than /etc/systemd), so we have to mask them. systemctl mask fedora-configure.service fedora-loadmodules.service \ fedora-autorelabel.service fedora-autorelabel-mark.service \ - fedora-wait-storage.service media.mount + fedora-wait-storage.service media.mount \ + ldconfig.service ## Make logind activate anaconda-shell@.service on switch to empty VT symlink anaconda-shell@.service lib/systemd/system/autovt@.service