Changes since last set: - DMRaidArrayDevice and MultipathDevice now call DMDevice.__init__ - remove DMRaidArrayDevice.updateSysfsPath - skip disklabel format handling for devices with hidden formats - add setup method to DMRaidArrayDevice - add stub teardown method to DMRaidArrayDevice so they stay active - add a name of the form "partition table (msdos)" to DiskLabel - DiskLabel is no longer hidden - kickstart support for unpartitioned devices (ondisk, bootloader) booty/bootloaderInfo.py | 6 iw/autopart_type.py | 85 +++++++-- iw/bootloader_main_gui.py | 10 - iw/checklist.py | 26 ++ iw/partition_dialog_gui.py | 6 iw/partition_gui.py | 378 +++++++++++++++-------------------------- iw/partition_ui_helpers_gui.py | 18 + iw/raid_dialog_gui.py | 4 kickstart.py | 22 ++ storage/__init__.py | 26 ++ storage/devices.py | 105 +++++------ storage/devicetree.py | 49 ++--- storage/formats/__init__.py | 6 storage/formats/disklabel.py | 11 + storage/formats/dmraid.py | 1 storage/formats/multipath.py | 1 storage/partitioning.py | 90 ++++++--- textw/partition_text.py | 2 18 files changed, 459 insertions(+), 387 deletions(-) _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list