Skip to content

Commit 597fea5

Browse files
committed
Enable grub2 support for x86
1 parent 8329cf6 commit 597fea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl-xCAT/xCAT/Utils.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4828,7 +4828,7 @@ sub lookupNetboot {
48284828
$ret = "nimol";
48294829
} elsif ($imgtype =~ /^Linux$/i) {
48304830
if ($osarch =~ /^x86_64$/i) {
4831-
$ret = "xnba,pxe";
4831+
$ret = "xnba,pxe,grub2";
48324832
} elsif ($osarch =~ /^ppc64$/i) {
48334833
if (($osv =~ /rh/i and $osn < 7) or ($osv =~ /sles/i and ($osn < 11 or ($osn == 11 and $osm < 4)))) {
48344834
$ret = "yaboot";

0 commit comments

Comments
 (0)