diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
commit | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch) | |
tree | 8c78ea7fc3324fa9039986649691cc52fabce162 /examples/dhcp/pxe-boot.conf | |
parent | 071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff) |
Restructure folders.
Diffstat (limited to 'examples/dhcp/pxe-boot.conf')
-rw-r--r-- | examples/dhcp/pxe-boot.conf | 9 |
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"; -} |