Update to new PXE which should support imgextract

This commit is contained in:
Gregory Kurtzer
2022-05-26 19:55:00 -07:00
parent 2f6c1f728d
commit 27ea7f2022
10 changed files with 42 additions and 23 deletions

View File

@@ -22,17 +22,10 @@ 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 {
# 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 {
filename "/warewulf/x86.efi";
} elsif option architecture-type = 00:06 {
filename "/warewulf/i386.efi";
filename "/warewulf/x86_64.efi";
} elsif option architecture-type = 00:00 {
filename "/warewulf/i386.kpxe";
filename "/warewulf/x86_64.kpxe";
}
}