Dennis Gilmore c55513
From a0feeeb6630ecc08c407255e15fa9dfbf00e1c44 Mon Sep 17 00:00:00 2001
Dennis Gilmore c55513
From: Dennis Gilmore <dennis@ausil.us>
Dennis Gilmore c55513
Date: Sun, 12 May 2013 15:58:48 -0500
Dennis Gilmore c55513
Subject: [PATCH] couple of typo fixes in extlinux support from mattdm
Dennis Gilmore c55513
Dennis Gilmore c55513
---
Dennis Gilmore c55513
 appcreate/appliance.py | 4 ++--
Dennis Gilmore c55513
 1 file changed, 2 insertions(+), 2 deletions(-)
Dennis Gilmore c55513
Dennis Gilmore c55513
diff --git a/appcreate/appliance.py b/appcreate/appliance.py
Dennis Gilmore c55513
index 54ac376..dbc66d7 100644
Dennis Gilmore c55513
--- a/appcreate/appliance.py
Dennis Gilmore c55513
+++ b/appcreate/appliance.py
Dennis Gilmore c55513
@@ -307,9 +307,9 @@ class ApplianceImageCreator(ImageCreator):
Dennis Gilmore c55513
         extlinux += "ui menu.c32\n"
Dennis Gilmore c55513
         extlinux += "menu autoboot Welcome to %s. Automatic boot in # second{,s}. Press a key for options.\n" % (self.name)
Dennis Gilmore c55513
         extlinux += "menu title %s Boot Options.\n" % (self.name)
Dennis Gilmore c55513
-        extlinux += "menu hiddenmenu\n"
Dennis Gilmore c55513
+        extlinux += "menu hidden\n"
Dennis Gilmore c55513
         extlinux += "timeout 1\n"
Dennis Gilmore c55513
-        extlinux += "totaltimeout 60\n\n"
Dennis Gilmore c55513
+        extlinux += "totaltimeout 600"
Dennis Gilmore c55513
 
Dennis Gilmore c55513
         versions = []
Dennis Gilmore c55513
         kernels = self._get_kernel_versions()
Dennis Gilmore c55513
-- 
Dennis Gilmore c55513
1.8.2.1
Dennis Gilmore c55513