From 68c6ec5f26e67d578e4629c817dddd187ff40510 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Fri, 27 Oct 2006 17:42:46 -0700 Subject: 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. --- default.pxe | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 default.pxe (limited to 'default.pxe') 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 + -- cgit