diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-05 20:49:37 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-05 20:49:37 +0000 |
commit | 76a1a856944d1ecb05aebaed5afb999d930c3e04 (patch) | |
tree | 6fbd2fd569d049039ca298c2f1a51fd53be8f08a /textw | |
parent | b6258b765959cd213a5a9f0c60afa2674c8bf16c (diff) | |
download | anaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.tar.gz anaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.tar.xz anaconda-76a1a856944d1ecb05aebaed5afb999d930c3e04.zip |
make sure we have a bootdev also
Diffstat (limited to 'textw')
-rw-r--r-- | textw/upgrade_bootloader_text.py | 2 |
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 |