On Thu, 2006-08-31 at 10:24 -0400, James_Martin@xxxxxxxxxxxxxxx wrote: > anaconda-devel-list-bounces@xxxxxxxxxx wrote on 08/31/2006 01:02:04 AM: > > > James_Martin@xxxxxxxxxxxxxxx wrote: > > > I would like to perform some hackery on anaconda that would let me, > post > > > installation, parse out _only_ the partitioning statements and create > > > those partitions that are defined. Any idea how to go about doing > this? > > > Has it been done already? > > > > > > > What do you want that you can't get from the kickstart file that's > > already left in ~root? > > > > Basically I'm looking for a way to easily contstruct partitions/lvm/raid > post install using the partioning syntax provided in the kickstart file. I'd look at pykickstart for the parsing you can define handlers for your conf and possibly use partedUtils/pyparted to do some of the work. Paul