diff options
| author | Jeremy Katz <katzj@redhat.com> | 2004-11-23 13:16:03 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2004-11-23 13:16:03 +0000 |
| commit | b790110599c6122e9146558f2f35642f69d071b7 (patch) | |
| tree | 484a9c02608a58eae26b7a854804f3948ef52507 /textw/upgrade_bootloader_text.py | |
| parent | 03117aedf0ba3b5c549a0bbbdb0b9c944d8d6283 (diff) | |
| download | anaconda-b790110599c6122e9146558f2f35642f69d071b7.tar.gz anaconda-b790110599c6122e9146558f2f35642f69d071b7.tar.xz anaconda-b790110599c6122e9146558f2f35642f69d071b7.zip | |
(merge from rhel4-branch)
2004-11-23 Jeremy Katz <katzj@redhat.com>
* textw/upgrade_bootloader_text.py
(UpgradeBootloaderWindow.__call__): Set a default when we can't
determine the boot loader to avoid indeterminate state (#139603)
* lvm.py: Don't disable LVM if vgscan, et al segfault (#134263)
* packages.py (doPreInstall): Don't remove the directories as
they may not be empty (#133773)
Diffstat (limited to 'textw/upgrade_bootloader_text.py')
| -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 fa91e086a..a332c8d1c 100644 --- a/textw/upgrade_bootloader_text.py +++ b/textw/upgrade_bootloader_text.py @@ -42,7 +42,7 @@ class UpgradeBootloaderWindow: if self.type is not None and self.bootDev is not None: update = 1 else: - nobl = 0 + nobl = 1 if self.type is not None and self.bootDev is not None: t = TextboxReflowed(53, |
