Skip to content

Commit

Permalink
Enable grub2 support for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Obihoernchen committed Jul 12, 2024
1 parent 8329cf6 commit 597fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl-xCAT/xCAT/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4828,7 +4828,7 @@ sub lookupNetboot {
$ret = "nimol";
} elsif ($imgtype =~ /^Linux$/i) {
if ($osarch =~ /^x86_64$/i) {
$ret = "xnba,pxe";
$ret = "xnba,pxe,grub2";
} elsif ($osarch =~ /^ppc64$/i) {
if (($osv =~ /rh/i and $osn < 7) or ($osv =~ /sles/i and ($osn < 11 or ($osn == 11 and $osm < 4)))) {
$ret = "yaboot";
Expand Down

0 comments on commit 597fea5

Please sign in to comment.