summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 05:31:55 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 05:31:55 +0000
commit29b597426254f3bebe9bc81c80f8b58d4bb7a5f5 (patch)
treed9716aa37d604f51311c4af1c387a93780244d14 /textw/upgrade_text.py
parent8ca97ad035ea12820e7b2d1876e6d68e5363ceff (diff)
downloadanaconda-29b597426254f3bebe9bc81c80f8b58d4bb7a5f5.tar.gz
anaconda-29b597426254f3bebe9bc81c80f8b58d4bb7a5f5.tar.xz
anaconda-29b597426254f3bebe9bc81c80f8b58d4bb7a5f5.zip
renable the creation and activation of swap files on upgrade
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 02ff54ce1..5ccdd953b 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -177,10 +177,7 @@ class UpgradeSwapWindow:
else:
screen.popWindow()
if flags.setupFilesystems:
- # XXX fix me
- # upgrade.createSwapFile(todo.instPath, todo.fstab,
- # mnt, val)
- pass
+ upgrade.createSwapFile(instPath, fsset, mnt, val)
return INSTALL_OK
raise ValueError