On Thu, Oct 29, 2009 at 10:46:07AM -1000, David Cantrell wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, 29 Oct 2009, Chris Lumens wrote: > >> Here's a patch series that ends up with creating a /home by default. The >> algorithm is basically: >> >> - VG < 50 GB: make /boot, swap, rest as / >> - VG >= 50 GB: make /boot, swap, / with a 50 GB max, rest as /home >> >> Let the arguing begin. I think you'll have problems with 51 or 64 GB disks. You don't want a /home that is only 1 GB or 14 GB. It might make sense to do this instead: VG < 50 GB: make /boot, swap, rest as / 100 GB >= VG >= 50GB: make /boot, swap, split rest between / and /home VG > 100 GB: make /boot, swap, / with 50 GB max, rest as /home That keeps /home from being too small in the separate /home case. The smallest a separate /home could be is 25.5 or 26 GB. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list