[f22-branch 1/1] Don't erase /usr/lib/os.release.d

sgallagher installerbot-noreply at redhat.com
Mon Mar 16 19:34:42 UTC 2015


From: Stephen Gallagher <sgallagh at redhat.com>

This directory now contains the standard and productized
/etc/os-release feeder files.
---
 share/runtime-cleanup.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 5fed1a5..37f44a0 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -27,7 +27,8 @@ removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \
 ## we don't run SELinux (not in enforcing, anyway)
 removepkg checkpolicy selinux-policy libselinux-utils
 ## anaconda has its own repo files
-removefrom fedora-release --allbut /etc/os-release /usr/lib/os-release
+removefrom fedora-release --allbut /etc/os-release /usr/lib/os-release \
+                                   /usr/lib/os.release.d/*
 removepkg fedora-release-rawhide
 ## no user accounts = no account management
 removepkg usermode usermode-gtk passwd shadow-utils


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


More information about the anaconda-patches mailing list