Default partitioning

Matt McCutchen matt at mattmccutchen.net
Sat Oct 30 22:35:02 UTC 2010


On Sat, 2010-10-30 at 14:03 -0800, Javier Prats wrote:
> Where is this info kept on the install image and how would I go about
> modifying it locally to start playing?  I'd like to learn whether some
> one else does this or not.

It's in anaconda.  The / and /home specifications are here (line numbers
may rot):

http://git.fedorahosted.org/git/?p=anaconda.git;a=blob;f=pyanaconda/installclass.py#l169

The requiredSpace is checked here:

http://git.fedorahosted.org/git/?p=anaconda.git;a=blob;f=pyanaconda/storage/partitioning.py#l147

You would have to modify the python files and then either rebuild
anaconda or create an updates image.  See:

https://fedoraproject.org/wiki/Anaconda

-- 
Matt



More information about the devel mailing list