aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/v4-pxe-boot.conf
blob: 9de565fb0efd4f824d44f6d6a7eb155f31669b6a (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.110.148.2;