summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_bootloader_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-05 20:49:37 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-05 20:49:37 +0000
commit76a1a856944d1ecb05aebaed5afb999d930c3e04 (patch)
tree6fbd2fd569d049039ca298c2f1a51fd53be8f08a /textw/upgrade_bootloader_text.py
parentb6258b765959cd213a5a9f0c60afa2674c8bf16c (diff)
downloadanaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.tar.gz
anaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.tar.xz
anaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.zip
make sure we have a bootdev also
Diffstat (limited to 'textw/upgrade_bootloader_text.py')
-rw-r--r--textw/upgrade_bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index 0b351f885..f7aaa5983 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -39,7 +39,7 @@ class UpgradeBootloaderWindow:
elif dispatch.stepInSkipList("instbootloader"):
nobl = 1
else:
- if self.type != None:
+ if self.type != None and self.bootDev != None:
update = 1
else:
nobl = 0