diff options
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r-- | textw/upgrade_text.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 0d2fc031c..f944c72b2 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -189,8 +189,7 @@ class UpgradeSwapWindow: "and 2000 MB in size.")) else: screen.popWindow() - if flags.setupFilesystems: - anaconda.id.storage.createSwapFile(dev, val) + anaconda.id.storage.createSwapFile(dev, val) anaconda.dispatch.skipStep("addswap", 1) return INSTALL_OK |