aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/v4-pxe-boot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg16/dhcp/v4-pxe-boot.conf')
-rw-r--r--examples/tg16/dhcp/v4-pxe-boot.conf10
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;
+