summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-03-22 20:05:43 +0000
committerErik Troan <ewt@redhat.com>2001-03-22 20:05:43 +0000
commit3b1925005676d05418191fc7b8e17cad6adb77d0 (patch)
treea75aaeb21a0b5dbbb2828d67e39a317d15cbb892 /text.py
parent1f2afd69b8e8a78f676235d50d74c90df8f0d2fa (diff)
downloadanaconda-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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.py b/text.py
index 4aa12814d..798179e24 100644
--- a/text.py
+++ b/text.py
@@ -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