looks fine, I don't see any problem with it -- Martin Gracik ----- Original Message ----- From: "Hans de Goede" <hdegoede@xxxxxxxxxx> To: "Discussion of Development and Customization of the Red Hat Linux Installer" <anaconda-devel-list@xxxxxxxxxx> Sent: Friday, October 2, 2009 10:10:48 AM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: [PATCH] Stop dragging mkinitrd into the install We were forcebly installing mkinitrd, but nothing uses it anymore now that we've switched to dracut. There is no need to force installing dracut as the kernel requires it. And if someone decides to not install the kernel, well though luck buddy. p.s. This patch is intended for both devel and F-12 --- yuminstall.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yuminstall.py b/yuminstall.py index 5a116f5..9d2f3c7 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1327,7 +1327,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon # installed (they could have been removed in kickstart). So we'll force # it. def selectAnacondaNeeds(self): - for pkg in ['authconfig', 'chkconfig', 'mkinitrd', 'system-config-firewall-tui']: + for pkg in ['authconfig', 'chkconfig', 'system-config-firewall-tui']: self.selectPackage(pkg) def doPostSelection(self, anaconda): -- 1.6.5.rc2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list