summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-08 18:24:42 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-08 18:24:42 -0400
commit421abb9ba9d45037cc4fce41408d0f5dfd3cf62e (patch)
treea6edacc9bc963c8c0cb110706d533a89d9daad86 /templates
parenteeb2cc4214f3047536e9cd4a5b814581a84f286a (diff)
downloadthird_party-cobbler-421abb9ba9d45037cc4fce41408d0f5dfd3cf62e.tar.gz
third_party-cobbler-421abb9ba9d45037cc4fce41408d0f5dfd3cf62e.tar.xz
third_party-cobbler-421abb9ba9d45037cc4fce41408d0f5dfd3cf62e.zip
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/pxedefault.template8
1 files changed, 6 insertions, 2 deletions
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