[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[RHEL6-branch] set bootloader default when no bootloader detected (#754375)
- From: "Brian C. Lane" <bcl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [RHEL6-branch] set bootloader default when no bootloader detected (#754375)
- Date: Mon, 6 Feb 2012 13:39:00 -0800
From: "Brian C. Lane" <bcl redhat com>
Resolves: rhbz#754375
---
textw/upgrade_bootloader_text.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index afec6f6..e000a2e 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -111,6 +111,7 @@ class UpgradeBootloaderWindow:
self.update_radio = blradio.add(_("Update boot loader configuration"),
"update", update)
self.update_radio.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET)
+ nobl = 1
else:
t = TextboxReflowed(53,
_("The installer has detected the %(type)s "
--
1.7.6.5
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]