[PATCH 1/3] Require a larger /boot (#1129629).

Chris Lumens clumens at redhat.com
Thu Aug 28 21:37:23 UTC 2014


Things are getting bigger these days, and we should require that /boot
be larger to accomodate.  Note that this is not the same as the default
autopart size.
---
 pyanaconda/storage_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/storage_utils.py b/pyanaconda/storage_utils.py
index 069302c..2044bf7 100644
--- a/pyanaconda/storage_utils.py
+++ b/pyanaconda/storage_utils.py
@@ -166,7 +166,7 @@ def sanity_check(storage, min_ram=isys.MIN_RAM):
     exns = []
 
     checkSizes = [('/usr', 250), ('/tmp', 50), ('/var', 384),
-                  ('/home', 100), ('/boot', 75)]
+                  ('/home', 100), ('/boot', 200)]
     mustbeonlinuxfs = ['/', '/var', '/tmp', '/usr', '/home', '/usr/share', '/usr/lib']
     mustbeonroot = ['/bin','/dev','/sbin','/etc','/lib','/root', '/mnt', 'lost+found', '/proc']
 
-- 
1.9.3



More information about the anaconda-patches mailing list