summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-11-23 13:47:41 -0500
committerPeter Jones <pjones@redhat.com>2009-11-23 14:07:07 -0500
commit8c24c48663851eedc2a2328641f9fdea8fcee94a (patch)
tree1942e6fbebdb5d2b4eade185eaab7214bcb85c2b /installclasses
parent884dbbf630dcfdd6f4466d249666f55d7a1e9670 (diff)
downloadanaconda-8c24c48663851eedc2a2328641f9fdea8fcee94a.tar.gz
anaconda-8c24c48663851eedc2a2328641f9fdea8fcee94a.tar.xz
anaconda-8c24c48663851eedc2a2328641f9fdea8fcee94a.zip
Use installclass to make the bootloader timeout 5 seconds on RHEL.
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.
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index e883b89e7..ec566c06b 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -46,6 +46,8 @@ class InstallClass(BaseInstallClass):
if not productName.startswith("Red Hat Enterprise"):
hidden = 1
+ bootloaderTimeoutDefault = 5
+
tasks = [(N_("Minimal"), ["core"]),
(N_("Desktop"),
["backup-client", "base", "compat-libraries", "console-internet",