From 0ace77f6c6d418fa524f8c587800df098031fb3b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 14 Sep 2009 16:56:45 -0700 Subject: [PATCH] mkinitrd isn't being used anymore, dracut is. --- src/bin/pkgorder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pkgorder b/src/bin/pkgorder index e7ff0588..5475effc 100755 --- a/src/bin/pkgorder +++ b/src/bin/pkgorder @@ -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"])