From 9ed9268cfaeecd98c724e9271a44f346f91b8da9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 16 Mar 2015 15:31:29 -0400 Subject: [PATCH] Don't erase /usr/lib/os.release.d 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 4c0627f1..3eda3e60 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