From 95a8aaa0c1180a84270d5217fd92c2d2666d6a60 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 14 Oct 2010 10:52:02 -0700 Subject: [PATCH] Add the full boat of possible initrd items --- src/bin/pkgorder | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/pkgorder b/src/bin/pkgorder index 0174fe59..c16ba731 100755 --- a/src/bin/pkgorder +++ b/src/bin/pkgorder @@ -186,7 +186,9 @@ if __name__ == "__main__": # hack, hack, hack... make sure initrd stuff ends up on disc1 # bugs #208832 #642557 - addPackages(ds, ["kernel-*","dracut","mdadm","lvm"]) + addPackages(ds, ["kernel-*", "dracut", "mdadm", "lvm2", "device-mapper", + "plymouth", "cryptsetup-luks", "dmraid", "kbd", + "plymouth-scripts", "dracut-network"]) # add the packages anaconda forces on us addPackages(ds, ["authconfig", "chkconfig", "dracut", "system-config-firewall-tui"])