From d1bc747cc2f41a1fa039d50c6b73cf699c352640 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Fri, 23 Apr 2021 20:49:49 -0700 Subject: [PATCH] Commented out support for arm32.efi as we don't have that built yet --- etc/dhcp/default-dhcpd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/dhcp/default-dhcpd.conf b/etc/dhcp/default-dhcpd.conf index ce08e8d9..6ab76b26 100644 --- a/etc/dhcp/default-dhcpd.conf +++ b/etc/dhcp/default-dhcpd.conf @@ -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 {