diff options
author | Erik Troan <ewt@redhat.com> | 2001-03-22 20:05:43 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-03-22 20:05:43 +0000 |
commit | 3b1925005676d05418191fc7b8e17cad6adb77d0 (patch) | |
tree | a75aaeb21a0b5dbbb2828d67e39a317d15cbb892 /text.py | |
parent | 1f2afd69b8e8a78f676235d50d74c90df8f0d2fa (diff) | |
download | anaconda-3b1925005676d05418191fc7b8e17cad6adb77d0.tar.gz anaconda-3b1925005676d05418191fc7b8e17cad6adb77d0.tar.xz anaconda-3b1925005676d05418191fc7b8e17cad6adb77d0.zip |
needed to throw away fstab object when switching to an install
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -318,6 +318,8 @@ class InstallPathWindow: if (choice == upgradeChoice): intf.steps = intf.commonSteps + intf.upgradeSteps + if not todo.upgrade: + needNewDruid = 1 todo.upgrade = 1 else: intf.steps = intf.commonSteps + intf.installSteps |