2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-03 06:52:32 +00:00

Fix nodeset and rinstall for arm

This commit is contained in:
Markus Hilger
2022-05-19 12:47:26 +02:00
parent 826a8a8308
commit 699a26d3ec

View File

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