[master 1/1] Disable systemd-tmpfiles-setup.

dashea installerbot-noreply at redhat.com
Mon Oct 5 20:40:58 UTC 2015


From: David Shea <dshea at redhat.com>

Most of the files configured by tempfiles are not relevant when an
actual factual /etc is present. Some of the files configured by
tempfiles are actively hostile. Quit letting systemd crud up the
filesystem and let the packages take care of the files that really
matter.
---
 share/runtime-postinstall.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
index 767291a..6e25de8 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -42,7 +42,7 @@ 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 \
-               ldconfig.service
+               ldconfig.service systemd-tmpfiles-setup.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/e5aa5ba5323527f535d57b5c4c1d9494b339bb0f


More information about the anaconda-patches mailing list