diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
commit | fefa87ebf2b2e001a18666e0eb160cb84282f5ba (patch) | |
tree | 55236e0398f602e024ce4f07341812544bd945c3 /examples/tg16/dhcp/v4-pxe-boot.conf | |
parent | 69722b70c1f07fd728388e8dcd2c3440ca4468be (diff) |
TG16-config.
Diffstat (limited to 'examples/tg16/dhcp/v4-pxe-boot.conf')
-rw-r--r-- | examples/tg16/dhcp/v4-pxe-boot.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tg16/dhcp/v4-pxe-boot.conf b/examples/tg16/dhcp/v4-pxe-boot.conf new file mode 100644 index 0000000..9de565f --- /dev/null +++ b/examples/tg16/dhcp/v4-pxe-boot.conf @@ -0,0 +1,10 @@ +option arch code 93 = unsigned integer 16; + +if option arch = 00:07 { + filename "bootx64.efi"; +} else { + filename "pxelinux.0"; +} + +next-server 185.110.148.2; + |