summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-17 22:03:55 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-17 22:03:55 +0000
commitf18b341b39a6cf684c0f886fc48f27269b86e485 (patch)
tree17a27a552232183c01c00ab6fb5e49ea9bd04fda /partitioning.py
parent05cd9363a4ff45e8377dc2390a4f960c7000aa38 (diff)
downloadanaconda-f18b341b39a6cf684c0f886fc48f27269b86e485.tar.gz
anaconda-f18b341b39a6cf684c0f886fc48f27269b86e485.tar.xz
anaconda-f18b341b39a6cf684c0f886fc48f27269b86e485.zip
keep track of if we've created logical volumes so that we can handle
early swap on lvm (#103190)
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitioning.py b/partitioning.py
index 06efec103..47e934e86 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -116,6 +116,7 @@ def partitioningComplete(bl, fsset, diskSet, partitions, intf, instPath, dir):
if rc:
fsset.setActive(diskSet)
diskSet.savePartitions ()
+ fsset.createLogicalVolumes(instPath)
fsset.formatSwap(instPath)
fsset.turnOnSwap(instPath)