2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-19 10:00:45 +00:00

the initrd for stateless has to been built first to make the installkernel cfg file added first. Refer to checkin 3df16cd4e3 for rh7

This commit is contained in:
daniceexi
2015-03-17 03:03:16 -04:00
parent a2fa0c2a28
commit e2713f9b7b
+1 -1
View File
@@ -918,8 +918,8 @@ foreach my $dn (@ndrivers) {
system("chroot $rootimg_dir depmod $kernelver");
if ($dracutmode) {
mkinitrd_dracut("statelite");
mkinitrd_dracut("stateless");
mkinitrd_dracut("statelite");
} else {
my @drivers; # backup of @ndrivers
push @drivers, @ndrivers;