On Thursday, March 19 2009, David Lehman said: > --- a/platform.py > +++ b/platform.py > @@ -41,6 +41,8 @@ class Platform(object): > _diskType = parted.diskType["msdos"] > _minimumSector = 0 > _supportsMdRaidBoot = False > + _minBootPartSize = 200 > + _maxBootPartSize = 0 We can probably make the stock minimum 50. We default to 200, but people who don't care about preupgrade or lots of kernels may realistically want smaller. Otherwise, looks good Jeremy _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list