aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/pxe-boot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dhcp/pxe-boot.conf')
-rw-r--r--examples/dhcp/pxe-boot.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/dhcp/pxe-boot.conf b/examples/dhcp/pxe-boot.conf
deleted file mode 100644
index 7682830..0000000
--- a/examples/dhcp/pxe-boot.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-
-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";
-}