mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 13:51:12 +00:00
correct a typo 'petiboot'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user