mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 03:02:05 +00:00
Enable grub2 support for x86
This commit is contained in:
parent
8329cf6631
commit
597fea5a64
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user