From 52b7c4dd06788424c11f043b29ac115311fcdc75 Mon Sep 17 00:00:00 2001 From: David Shea Date: Sun, 19 Jul 2015 10:58:48 -0400 Subject: [PATCH] Revert "Revert "Turn off ldconfig"" We really shouldn't need to run ldconfig on boot from read-only media, unless someone messed up %post in a package. And the verify step will catch that. This reverts commit 3981ff5b795401f26a7c76b20b6d1141ea5e8bfa. --- 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 7c6ec4ec..0ac8b6d2 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -41,7 +41,8 @@ systemctl disable systemd-readahead-collect.service \ systemctl mask fedora-configure.service fedora-loadmodules.service \ fedora-autorelabel.service fedora-autorelabel-mark.service \ fedora-wait-storage.service media.mount \ - systemd-tmpfiles-clean.service systemd-tmpfiles-clean.timer + systemd-tmpfiles-clean.service systemd-tmpfiles-clean.timer \ + ldconfig.service ## Make logind activate anaconda-shell@.service on switch to empty VT symlink anaconda-shell@.service lib/systemd/system/autovt@.service