[PATCH 0/3] custom partitioning with kickstart

Brian C. Lane bcl at redhat.com
Thu Jul 19 00:25:26 UTC 2012


From: "Brian C. Lane" <bcl at redhat.com>

I moved doStorageKickstart into kickstart.py, if that's not ok I can skip that.

This adds kickstart execute calls for btrfs, raid, lvm pv and vg's and
partitioning. Currently only bare partitions has been tested and it does work
with this:

bootloader --location=mbr
zerombr
clearpart --all
part biosboot --size=1
part / --fstype="ext4" --size=4000
part swap --size=1000

These patches are all for newui.

Brian C. Lane (3):
  refactor doKickstartStorage slightly
  add execute methods for partition related ks classes
  setup bootloader and partitioning for kickstart

 pyanaconda/kickstart.py             |   46 +++++++++++++++++++++++++++++++++++
 pyanaconda/storage/__init__.py      |    9 +++----
 pyanaconda/ui/gui/spokes/storage.py |   12 +++++++-
 3 files changed, 60 insertions(+), 7 deletions(-)

-- 
1.7.7.6



More information about the anaconda-patches mailing list