[master 1/1] Turn off ldconfig

bcl installerbot-noreply at redhat.com
Tue Mar 3 22:23:12 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.
---
 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/39c94c6a83706774d69353e5f884812de78d45bb


More information about the anaconda-patches mailing list