aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/pxe-boot.conf
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
commit630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch)
tree8c78ea7fc3324fa9039986649691cc52fabce162 /examples/dhcp/pxe-boot.conf
parent071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff)
Restructure folders.
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";
-}