From 640820d90c66abb8ee12b6c61ad8cbc44b5d7498 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Tue, 19 Apr 2011 08:47:34 +0200 Subject: [PATCH] Preserve anaconda's /usr/bin so anaconda-cleanup is in the image. We depend on the script with restart-anaconda now. --- share/ramdisk.ltmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl index 9dbe2d83..b8c85e10 100644 --- a/share/ramdisk.ltmpl +++ b/share/ramdisk.ltmpl @@ -539,7 +539,6 @@ remove "NetworkManager-gnome" "/usr/bin/nm-applet" remove "NetworkManager-gnome" "/usr/${libdir}/*" remove "NetworkManager-gnome" "/usr/share/applications/*" remove "anaconda" "/etc/*" -remove "anaconda" "/usr/bin/*" remove "anaconda" "/usr/share/applications/*" remove "anaconda" "/usr/share/icons/*" remove "at-spi" "/etc/xdg/*"