aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/pxe-boot.conf
blob: 76828306a26652c1f141024bca027a2ba7ccfebf (plain)
1
2
3
4
5
6
7
8
9
next-server 151.216.253.2;

option arch code 93 = unsigned integer 16;
if option arch = 00:07 {
  filename "bootx64.efi";
} else {
  filename "pxelinux.0";
}