summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 7478c10c0..f871c49f8 100644
--- a/packages.py
+++ b/packages.py
@@ -134,7 +134,7 @@ def turnOnFilesystems(anaconda):
stdout = "/dev/tty5", stderr="/dev/tty5",
searchPath = 1)
anaconda.id.partitions.doMetaDeletes(anaconda.id.diskset)
- anaconda.id.fsset.setActive(anaconda.id.diskset)
+ anaconda.id.fsset.setActive(anaconda.id.diskset, anaconda.id.partitions.requests)
try:
anaconda.id.fsset.shrinkFilesystems(anaconda.id.diskset, anaconda.rootPath)
except fsset.ResizeError, (e, dev):