[PATCH 0/4] kickstart custom partitioning

Brian C. Lane bcl at redhat.com
Fri Jul 20 01:33:55 UTC 2012


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

This adds to my previous patchset. We decided that raid on top of lvm was something that
we won't support so we can setup a static list of commands to execute. This also fixes
a couple small bugs in the 20120718 cf33b37 image.

I have tested with the following kickstarts:
 * just partitions
 * LVM
 * RAID1 on partitions
 * LVM on RAID1
 * BTRFS
 * autopart

As well as making sure a non-kickstart install still works.


Brian C. Lane (4):
  setup bootloader and partitioning for kickstart
  fix grub2 install on RAID
  reraise error if there is no ui
  rename Group and Script in kickstart.py

 pyanaconda/bootloader.py            |    6 +++---
 pyanaconda/errors.py                |    2 +-
 pyanaconda/kickstart.py             |   19 ++++++++++++-------
 pyanaconda/storage/__init__.py      |    4 ++++
 pyanaconda/ui/gui/spokes/storage.py |    7 +++++++
 5 files changed, 27 insertions(+), 11 deletions(-)

-- 
1.7.7.6



More information about the anaconda-patches mailing list