summaryrefslogtreecommitdiffstats
path: root/default.pxe
diff options
context:
space:
mode:
authorDavid Lutterkort <dlutter@redhat.com>2006-10-27 17:42:46 -0700
committerJim Meyering <jim@meyering.net>2006-10-27 17:42:46 -0700
commit68c6ec5f26e67d578e4629c817dddd187ff40510 (patch)
tree1f34d8d5a3da9c890ddcf5faacf3a065d6a4b61a /default.pxe
parent0efafa0d4b88b8975e23ad5315f42a11e578507e (diff)
downloadthird_party-cobbler-68c6ec5f26e67d578e4629c817dddd187ff40510.tar.gz
third_party-cobbler-68c6ec5f26e67d578e4629c817dddd187ff40510.tar.xz
third_party-cobbler-68c6ec5f26e67d578e4629c817dddd187ff40510.zip
Add support for default PXE boots via /etc/cobbler/default.pxe; wrap
service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
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
+