[PATCH 1/3] Make /home autoreq grow a bit faster in relation to root.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Previously, with a 60G disk you'd end up with something like
50G/7G root/home split. With this change it's more like 39G/19G,
which is probably more what people would expect.
---
 pyanaconda/installclass.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/installclass.py b/pyanaconda/installclass.py
index 440b97c..ab4794a 100644
--- a/pyanaconda/installclass.py
+++ b/pyanaconda/installclass.py
@@ -177,7 +177,7 @@ class BaseInstallClass(object):
                                  size=1024, maxSize=50*1024, grow=True,
                                  asVol=True, encrypted=True),
                         PartSpec(mountpoint="/home", fstype=storage.defaultFSType,
-                                 size=100, grow=True, requiredSpace=50*1024,
+                                 size=500, grow=True, requiredSpace=50*1024,
                                  asVol=True, encrypted=True)]
 
         bootreq = platform.setDefaultPartitioning()
-- 
1.7.3.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux