diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-07-01 10:56:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-07-01 10:56:33 +0200 |
commit | e1579e7d5a491eff48f19641b4b9aaa8b9885c98 (patch) | |
tree | 4dd189bad1f0f0e40412c1962f6b7043f9a3cc5f | |
parent | cd7de6c996d1c9fea79b46ff7c7da8ecd3cdb379 (diff) | |
download | ipxe-tests-e1579e7d5a491eff48f19641b4b9aaa8b9885c98.tar.gz |
fix ipv4 network config
-rw-r--r-- | network/test-ipxe-ipv4-aarch64.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/test-ipxe-ipv4-aarch64.xml b/network/test-ipxe-ipv4-aarch64.xml index d0bf512..8ba7148 100644 --- a/network/test-ipxe-ipv4-aarch64.xml +++ b/network/test-ipxe-ipv4-aarch64.xml @@ -12,6 +12,9 @@ <dnsmasq:option value='dhcp-match=set:aa64-pxe,option:client-arch,11'/> <dnsmasq:option value='dhcp-boot=tag:aa64-pxe,arm64-efi/snponly.efi,,192.168.44.1'/> <dnsmasq:option value='#'/> + <dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/> + <dnsmasq:option value='dhcp-boot=tag:ipxe,tests/helloworld.ipxe,,192.168.44.1'/> + <dnsmasq:option value='#'/> <dnsmasq:option value='enable-tftp=testipxe4'/> <dnsmasq:option value='tftp-root=/usr/share/ipxe'/> </dnsmasq:options> |