From 9aed6d9656bce6a9b8f862d54c60c375d26fdc55 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 15 Sep 2009 16:54:27 -0700 Subject: [PATCH] rhpl is no longer forced by anaconda --- src/bin/pkgorder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pkgorder b/src/bin/pkgorder index 8d3eccb0..fe61b550 100755 --- a/src/bin/pkgorder +++ b/src/bin/pkgorder @@ -192,7 +192,7 @@ if __name__ == "__main__": addPackages(ds, ["kernel-*","dracut","mdadm"]) # add the packages anaconda forces on us - addPackages(ds, ["authconfig", "chkconfig", "dracut", "rhpl", "system-config-firewall-tui"]) + addPackages(ds, ["authconfig", "chkconfig", "dracut", "system-config-firewall-tui"]) addGroups(ds, ["core", "base", "text-internet"])