[f22-branch 1/1] Turn off ldconfig (#1204031)

bcl installerbot-noreply at redhat.com
Fri Mar 20 20:32:57 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

We don't need to update ldconfig when running the boot.iso, disable it
to speed up the boot.

(cherry picked from commit c4c90e0b5ee1f3684cd4beed4f0b935570f897b1)
---
 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 af66d00..7df8d84 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 at .service on switch to empty VT
 symlink anaconda-shell at .service lib/systemd/system/autovt at .service


-- 
To view this commit on github, visit https://github.com/rhinstaller/lorax/commit/b64254e8c2cf195a50de4f8afd44681dffe6e346


More information about the anaconda-patches mailing list