From 421abb9ba9d45037cc4fce41408d0f5dfd3cf62e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 8 Apr 2008 18:24:42 -0400 Subject: update templates to invoke menu.c32 automatically w/ timeout, skipping the step of having to type "menu" at the PXE prompt, which is occasionally a source of user confusion. We can now also do submenus if we want to, now that menu.c32 is updated. --- templates/pxedefault.template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'templates/pxedefault.template') diff --git a/templates/pxedefault.template b/templates/pxedefault.template index d731892..d95d7cc 100644 --- a/templates/pxedefault.template +++ b/templates/pxedefault.template @@ -1,5 +1,5 @@ -DEFAULT local -PROMPT 1 +DEFAULT menu +PROMPT 0 MENU TITLE Cobbler | http://cobbler.et.redhat.com TIMEOUT 200 TOTALTIMEOUT 6000 @@ -10,4 +10,8 @@ LABEL local MENU DEFAULT LOCALBOOT 0 +MENU seperator + $pxe_menu_items + +MENU end -- cgit