Commented out support for arm32.efi as we don't have that built yet

This commit is contained in:
Gregory Kurtzer
2021-04-23 20:49:49 -07:00
parent a937d9a311
commit d1bc747cc2

View File

@@ -20,8 +20,9 @@ if exists user-class and option user-class = "iPXE" {
} else {
if option architecture-type = 00:0B {
filename "/warewulf/arm64.efi";
} elsif option architecture-type = 00:0A {
filename "/warewulf/arm32.efi";
# } elsif option architecture-type = 00:0A {
# Still need to add this to staticfiles
# filename "/warewulf/arm32.efi";
} elsif option architecture-type = 00:09 {
filename "/warewulf/x86.efi";
} elsif option architecture-type = 00:07 {