aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/pxe-boot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dhcp/pxe-boot.conf')
-rw-r--r--examples/dhcp/pxe-boot.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/dhcp/pxe-boot.conf b/examples/dhcp/pxe-boot.conf
new file mode 100644
index 0000000..7682830
--- /dev/null
+++ b/examples/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";
+}