This is probably also applicable to master. Tested with latest nightly, three installs in a row too.
--- pyanaconda/platform.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/platform.py b/pyanaconda/platform.py index 72070d0..f06083b 100644 --- a/pyanaconda/platform.py +++ b/pyanaconda/platform.py @@ -300,7 +300,7 @@ class S390(Platform):
def requiredDiskLabelType(self, device_type): """The required disklabel type for the specified device type.""" - if device_type == "dasd": + if device_type == parted.DEVICE_DASD: return "dasd"
return super(S390, self).requiredDiskLabelType(device_type)
anaconda-devel@lists.stg.fedoraproject.org