summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-02-23 16:22:06 +0000
committerChris Lumens <clumens@redhat.com>2005-02-23 16:22:06 +0000
commit4878846639569ac25ebca692f2ad4b61d1038208 (patch)
treede173e759f852a70cecac106230fe9c51af824bc /partitions.py
parentec8f849ebbf8ef8626e2ceae397415bfca5de8a5 (diff)
downloadanaconda-4878846639569ac25ebca692f2ad4b61d1038208.tar.gz
anaconda-4878846639569ac25ebca692f2ad4b61d1038208.tar.xz
anaconda-4878846639569ac25ebca692f2ad4b61d1038208.zip
Fix clampPVSize call. Fix typo in getBootableRequest.
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partitions.py b/partitions.py
index b11bb8e82..cc6e74f49 100644
--- a/partitions.py
+++ b/partitions.py
@@ -528,7 +528,7 @@ class Partitions:
# if we get here, there's no PV data in the partition,
# so clamp the partition's size to 64M
size = partedUtils.getPartSizeMB(part)
- size = clampPVSize(size, 65536)
+ size = lvm.clampPVSize(size, 65536)
if used == 0:
rc.append((partrequest.uniqueID, size, 0))
@@ -629,7 +629,7 @@ class Partitions:
if iutil.getPPCMachine() == "pSeries":
boottype = "PPC PReP Boot"
- else
+ else:
boottype = "Apple Bootstrap"
# for the prep partition, we want either the first or the