summaryrefslogtreecommitdiffstats
path: root/default.pxe
diff options
context:
space:
mode:
Diffstat (limited to 'default.pxe')
-rw-r--r--default.pxe10
1 files changed, 10 insertions, 0 deletions
diff --git a/default.pxe b/default.pxe
new file mode 100644
index 0000000..76a172c
--- /dev/null
+++ b/default.pxe
@@ -0,0 +1,10 @@
+# This file is copied into /tftpboot/pxelinux.cfg/default
+# and is the default boot file for systems that
+# do not have a specific boot configuration.
+
+# Fall through to local boots
+default local
+timeout 1
+label local
+ localboot 0
+