diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:48:22 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:48:22 +0100 |
commit | 6875390524d606e23b23ab0a45239630ed49ba65 (patch) | |
tree | 6e71411f41e3a7db379f69c17486ded35a75d053 /examples/tg14/dhcp/pxe-boot.conf | |
parent | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (diff) |
Re-add moved files.
Diffstat (limited to 'examples/tg14/dhcp/pxe-boot.conf')
-rw-r--r-- | examples/tg14/dhcp/pxe-boot.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tg14/dhcp/pxe-boot.conf b/examples/tg14/dhcp/pxe-boot.conf new file mode 100644 index 0000000..7682830 --- /dev/null +++ b/examples/tg14/dhcp/pxe-boot.conf @@ -0,0 +1,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"; +} |