mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +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:
@ -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;
|
||||
|
Reference in New Issue
Block a user