aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/dhcp/v4-pxe-boot.conf
blob: 98b47b5890f6a22f5948c51606afe570aededca0 (plain)
1
2
3
4
5
6
7
8
9
10
option arch code 93 = unsigned integer 16;

if option arch = 00:07 {
	filename "bootx64.efi";
} else {
 	filename "pxelinux.0";
}

next-server 185.12.59.2;