--- share/runtime-cleanup.tmpl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 5e0b7e3..1655301 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -52,10 +52,12 @@ removepkg notification-daemon ## logrotate isn't useful in anaconda removepkg logrotate remove /etc/logrotate.d +## anaconda needs this to do media check +removefrom isomd5sum --allbut /usr/bin/checkisomd5
## various other things we remove to save space removepkg avahi-autoipd coreutils-libs curl dash db4-utils diffutils file -removepkg fipscheck genisoimage gnome-python2 info iptables isomd5sum +removepkg fipscheck genisoimage gnome-python2 info iptables removepkg jasper-libs libIDL libXt libXxf86misc libXxf86vm removepkg libasyncns libdaemon libhbaapi libhbalinux removepkg libmcpp libpcap libtiff libutempter linux-atm-libs
On 07/02/2012 08:09 AM, Chris Lumens wrote:
share/runtime-cleanup.tmpl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 5e0b7e3..1655301 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -52,10 +52,12 @@ removepkg notification-daemon ## logrotate isn't useful in anaconda removepkg logrotate remove /etc/logrotate.d +## anaconda needs this to do media check +removefrom isomd5sum --allbut /usr/bin/checkisomd5
## various other things we remove to save space removepkg avahi-autoipd coreutils-libs curl dash db4-utils diffutils file -removepkg fipscheck genisoimage gnome-python2 info iptables isomd5sum +removepkg fipscheck genisoimage gnome-python2 info iptables removepkg jasper-libs libIDL libXt libXxf86misc libXxf86vm removepkg libasyncns libdaemon libhbaapi libhbalinux removepkg libmcpp libpcap libtiff libutempter linux-atm-libs
ACK
anaconda-patches@lists.fedorahosted.org