On Wed, 2011-03-16 at 22:55 -0700, Adam Williamson wrote:
> On Wed, 2011-03-16 at 18:54 -0400, Gregory Woodbury wrote:
> 
> >         We do default to creating a separate /home when doing
> >         automatic
> >         partitioning.
> > 
> > Not currently.
> 
> Yes currently, but with the caveat that it depends on the disk size. I
> always forget exactly where in anaconda the cut-off code is so I can't
> give you a precise number, but I think it's around 50-80GB: if the disk
> is smaller than that, the auto-partitioning defaults to just /boot ,
> swap and /. If it's bigger, you get a separate /home.

You got it, 50GB.

http://git.fedorahosted.org/git/?p=anaconda.git;a=blob;f=pyanaconda/installclass.py;h=8fd20b51d01922c0c1de85d00df66cc3894868fc;hb=HEAD#l180
# grep -A1 "/home" ./pyanaconda/installclass.py
                        PartSpec(mountpoint="/home", 
fstype=storage.defaultFSType,
                                 size=100, grow=True, asVol=True, 
requiredSpace=50*1024)]

Thanks,
James

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to