summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-13 23:04:29 +0000
committerErik Troan <ewt@redhat.com>1999-09-13 23:04:29 +0000
commit553d6aef39f204dbb922e931d69ed256d79fb9ae (patch)
treedac42edb1ec71581555ca5ec5e4ec6f27ba36e8e /text.py
parent49362d23769907f3f6696b4448de6aae9b5e109a (diff)
downloadanaconda-553d6aef39f204dbb922e931d69ed256d79fb9ae.tar.gz
anaconda-553d6aef39f204dbb922e931d69ed256d79fb9ae.tar.xz
anaconda-553d6aef39f204dbb922e931d69ed256d79fb9ae.zip
turn on swap early in upgrade process
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index 201fc2dcd..3ce237839 100644
--- a/text.py
+++ b/text.py
@@ -214,6 +214,7 @@ class UpgradeExamineWindow:
else:
root = parts[0]
+ todo.makeFilesystems (createFs = 0)
todo.upgradeFindPackages (root)
class CustomizeUpgradeWindow: