summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--CHANGELOG2
-rw-r--r--templates/pxedefault.template8
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 75e3425..6c0cf96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,8 @@ Cobbler CHANGELOG
- cobbler wants to keep IPs/MACs unique now in configuration (can be disabled)
- added --clobber option to allow add to overwrite existing objects (for scripts)
- updated/tested kerberos support for those needing to auth against it
+- update menu.c32 to 3.62 to allow for timeouts during menu (and future submenu)
+- update PXE defaults to invoke menu.c32 automatically w/ timeout
- ??? - 0.8.3
- Make createrepo get run for local cobbler reposync invocations as needed
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