Skip to content

Commit

Permalink
Fix Legacy boot of xnba
Browse files Browse the repository at this point in the history
The legacy boot flow of xnba was missed in a fix back in 2019
  • Loading branch information
jjohnson42 committed Apr 1, 2021
1 parent 9d2eee0 commit 50b0bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-server/lib/xcat/plugins/xnba.pm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ sub setstate {
print $pcfg "imgargs kernel BOOTIF=" . '${netX/mac}' . "\n";
}
if ($kern->{initrd}) {
print $pcfg "imgfetch -n initrd http://" . '${next-server}:' . "$httpport/tftpboot/" . $kern->{initrd} . "\n";
print $pcfg "imgfetch -n initrd http://" . '${next-server}' . "$httpport/tftpboot/" . $kern->{initrd} . "\n";
}
print $pcfg "imgexec kernel\n";
if ($kern->{kcmdline} and $kern->{initrd}) { #only a linux kernel/initrd pair should land here, write elilo config and uefi variant of xnba config file
Expand Down

0 comments on commit 50b0bf1

Please sign in to comment.