summaryrefslogtreecommitdiffstats
path: root/platform.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-29 11:49:04 -0400
committerChris Lumens <clumens@redhat.com>2009-11-04 10:24:00 -0500
commitc27b100146b60dfc8d978943d58aedb7e88c9f94 (patch)
treeddfb33ea57aaf9e16ef541bdee0a7fbc42e2affc /platform.py
parent1952a27de7bf47c4a8243662d6e606194eba002e (diff)
downloadanaconda-c27b100146b60dfc8d978943d58aedb7e88c9f94.tar.gz
anaconda-c27b100146b60dfc8d978943d58aedb7e88c9f94.tar.xz
anaconda-c27b100146b60dfc8d978943d58aedb7e88c9f94.zip
Increase the size of /boot a little bit (#530555).
Diffstat (limited to 'platform.py')
-rw-r--r--platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.py b/platform.py
index ca4bf9e70..62260da23 100644
--- a/platform.py
+++ b/platform.py
@@ -161,7 +161,7 @@ class Platform(object):
def setDefaultPartitioning(self):
"""Return the default platform-specific partitioning information."""
- return [PartSpec(mountpoint="/boot", fstype=self.defaultBootFSType, size=200,
+ return [PartSpec(mountpoint="/boot", fstype=self.defaultBootFSType, size=250,
weight=self.weight(mountpoint="/boot"))]
@property