2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

correct a typo 'petiboot'

This commit is contained in:
immarvin 2015-05-26 02:36:53 -04:00
parent 4bb8f103c3
commit fdc8ca112a

View File

@ -4583,7 +4583,7 @@ sub lookupNetboot{
$ret="grub2,grub2-tftp,grub2-http";
}
}elsif($osarch =~ /^ppc64le$/i or $osarch =~ /^ppc64el$/i){
$ret="petiboot,grub2,grub2-tftp,grub2-http";
$ret="petitboot,grub2,grub2-tftp,grub2-http";
}
}
return $ret;