Use installclass to make the bootloader timeout 5 seconds on RHEL. (#532462)
ack.
On 11/23/2009 07:50 PM, Peter Jones wrote:
In RHEL, we want the old bootloader timeout behavior, so people see
output on the teletype and have time to frob some switches on the
front panel. But for those of us in modern environments, we don't want
to do that, so this patch uses installclass to choose which one you get.
---
installclass.py | 6 ++++--
installclasses/rhel.py | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/installclass.py b/installclass.py
index 1e1d9b8..03902c8 100644
--- a/installclass.py
+++ b/installclass.py
@@ -55,6 +55,7 @@ class BaseInstallClass(object):
pkgstext = ""
# default to showing the upgrade option
showUpgrade = True
+ bootloaderTimeoutDefault = 0