+ # We will try once more without a root path to see if we can find the bootloader.
+ if self.type is None and self.bootDev is None:
+ (self.type, self.bootDev) =
+ checkbootloader.getBootloaderTypeAndBoot(dispatch. instPath)
+
+
self.update_radio = gtk.RadioButton(None, _("_Update boot loader configuration"))
updatestr = _("This will update your current boot loader.")
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index a332c8d..ae9af39 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -31,6 +31,12 @@ class UpgradeBootloaderWindow:
(self.type, self.bootDev) =
checkbootloader.getBootloaderTypeAndBoot(dispatch. instPath)
+ # We will try once more without a root path to see if we can find the bootloader.
+ if self.type is None and self.bootDev is None:
+ (self.type, self.bootDev) =
+ checkbootloader.getBootloaderTypeAndBoot(dispatch. instPath)
+
+
blradio = RadioGroup()
(update, newbl, nobl) = (0, 0, 0)
--
1.5.6.5
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list