aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg19/dhcp/config/dhcpd4_pxeboot.conf
blob: a83b37ca897bebfeaa9345f47c1539d32e7a9dff (plain)
1
2
3
4
5
6
7
8
9
option arch code 93 = unsigned integer 16;

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

next-server 185.110.149.2;