Skip to content

Commit

Permalink
Merge pull request #11 from OpenCHAMI/trcotton/tftp-bootfile
Browse files Browse the repository at this point in the history
setting bootfile to be read from env
  • Loading branch information
travisbcotton authored Apr 1, 2024
2 parents f59fe8a + 417d862 commit d0144c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsmasq-dhcpd-dynamic/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable-tftp
tftp-root=/usr/share/ipxe/
dhcp-match=IPXEBOOT,175
dhcp-match=PXEBOOT,60
dhcp-option=tag:PXEBOOT,tag:!IPXEBOOT,option:bootfile-name,ipxe-x86_64.efi
dhcp-option=tag:PXEBOOT,tag:!IPXEBOOT,option:bootfile-name,${BOOTFILE_NAME}
dhcp-option=option:netmask,${DHCP_NETMASK}
EOF

Expand Down

0 comments on commit d0144c1

Please sign in to comment.