Commented out support for arm32.efi as we don't have that built yet
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user