Add the packages that anaconda forces to be installed into the pkgorder
This commit is contained in:
parent
5a00b479b7
commit
353600eb98
@ -185,6 +185,9 @@ if __name__ == "__main__":
|
|||||||
# hack, hack, hack... make sure iscsi ends up on disc1 (#208832)
|
# hack, hack, hack... make sure iscsi ends up on disc1 (#208832)
|
||||||
addPackages(ds, ["kernel-*","mkinitrd","mdadm"])
|
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, ["core", "base", "text-internet"])
|
||||||
|
|
||||||
addGroups(ds, ["base-x", "dial-up",
|
addGroups(ds, ["base-x", "dial-up",
|
||||||
|
Loading…
Reference in New Issue
Block a user