summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 6a61980e0..744287f5a 100644
--- a/packages.py
+++ b/packages.py
@@ -366,13 +366,14 @@ def doMigrateFilesystems(dir, thefsset, diskset, upgrade, instPath):
thefsset.migrateFilesystems (instPath)
-def turnOnFilesystems(dir, thefsset, diskset, upgrade, instPath):
+def turnOnFilesystems(dir, thefsset, diskset, partitions, upgrade, instPath):
if dir == DISPATCH_BACK:
thefsset.umountFilesystems(instPath)
return
if flags.setupFilesystems:
if not upgrade.get():
+ partitions.doMetaDeletes()
thefsset.setActive(diskset)
if not thefsset.isActive():
diskset.savePartitions ()