set bootloader default when no bootloader detected (#754375)
Ack.
On 02/06/2012 10:39 PM, Brian C. Lane wrote:
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 "
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|