Unpartitioned disks, take 2
Patch 1-6, ack
Patch 7, see reply
patch 8, I'll leave that one to clumens to review (it is getting
late over here, and kickstart is not my thing)
On 12/09/2009 08:05 PM, David Lehman wrote:
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@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|