Add the packages that anaconda forces to be installed into the pkgorder

This commit is contained in:
Jesse Keating 2009-01-28 14:22:32 -08:00
parent 5a00b479b7
commit 353600eb98
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ if __name__ == "__main__":
# hack, hack, hack... make sure iscsi ends up on disc1 (#208832)
addPackages(ds, ["kernel-*","mkinitrd","mdadm"])
# add the packages anaconda forces on us
addPackages(ds, ["authconfig", "chkconfig", "mkinitrd", "rhpl", "system-config-firewall-tui"])
addGroups(ds, ["core", "base", "text-internet"])
addGroups(ds, ["base-x", "dial-up",