mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-07 03:50:13 +00:00
for pkvm osimage, the netboot value should be petitboot
This commit is contained in:
@@ -4594,6 +4594,8 @@ sub lookupNetboot{
|
||||
}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";
|
||||
}elsif($osv =~ /pkvm/i){
|
||||
$ret="petitboot";
|
||||
}else{
|
||||
$ret="grub2,grub2-tftp,grub2-http";
|
||||
}
|
||||
|
Reference in New Issue
Block a user