2
0
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:
immarvin
2015-07-07 01:36:51 -04:00
parent d2cee739e4
commit 8c65b87fbd

View File

@@ -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";
}