mkinitrd isn't being used anymore, dracut is.
This commit is contained in:
parent
f099500663
commit
0ace77f6c6
@ -184,10 +184,10 @@ if __name__ == "__main__":
|
||||
ds.setup(fn=config, excludes=options.excludeList, root = testpath)
|
||||
|
||||
# hack, hack, hack... make sure iscsi ends up on disc1 (#208832)
|
||||
addPackages(ds, ["kernel-*","mkinitrd","mdadm"])
|
||||
addPackages(ds, ["kernel-*","dracut","mdadm"])
|
||||
|
||||
# add the packages anaconda forces on us
|
||||
addPackages(ds, ["authconfig", "chkconfig", "mkinitrd", "rhpl", "system-config-firewall-tui"])
|
||||
addPackages(ds, ["authconfig", "chkconfig", "dracut", "rhpl", "system-config-firewall-tui"])
|
||||
|
||||
addGroups(ds, ["core", "base", "text-internet"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user