summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-25 08:16:30 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-25 08:16:30 +0000
commitbe5b687ba39eb7e8e8650384850e541df73c6cf0 (patch)
treeba08f1f6a88f9712db6ca18d035ca52091693c38 /packages.py
parent1f43e5e7b546fe7cafca8163f62f51e504e07eb7 (diff)
downloadanaconda-be5b687ba39eb7e8e8650384850e541df73c6cf0.tar.gz
anaconda-be5b687ba39eb7e8e8650384850e541df73c6cf0.tar.xz
anaconda-be5b687ba39eb7e8e8650384850e541df73c6cf0.zip
we can actually create logical volumes now
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index a5d86328b..0c527f2bf 100644
--- a/packages.py
+++ b/packages.py
@@ -330,6 +330,7 @@ def turnOnFilesystems(dir, thefsset, diskset, upgrade, instPath):
if not thefsset.isActive():
diskset.savePartitions ()
thefsset.checkBadblocks(instPath)
+ thefsset.createLogicalVolumes(instPath)
thefsset.formatSwap(instPath)
thefsset.turnOnSwap(instPath)
thefsset.makeFilesystems (instPath)