added openwrt tftp boot config

This commit is contained in:
2024-04-09 20:01:10 -05:00
parent 63775c1707
commit 4c264fbd2f
5 changed files with 25 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

25
ipxe/openwrt-tftp-boot Normal file
View File

@@ -0,0 +1,25 @@
config dnsmasq
option enable_tftp '1'
option tftp_root '/srv/tftp'
config match
option networkid 'bios'
option match '60,PXEClient:Arch:00000'
config match
option networkid 'efi64'
option match '60,PXEClient:Arch:00009'
config match
option networkid 'efi64'
option match '60,PXEClient:Arch:00007'
config boot
option filename 'tag:bios,tag:!ipxe,ipxe.kpxe'
option serveraddress '192.168.1.1'
option servername 'router'
config boot
option filename 'tag:efi64,tag:!ipxe,ipxe.efi'
option serveraddress '192.168.1.1'
option servername 'router'