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:
parent
4bb8f103c3
commit
fdc8ca112a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user