Increase the size of /boot a little bit (#530555).
---
platform.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/platform.py b/platform.py
index ca4bf9e..62260da 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
--
1.6.5.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|