--- pyanaconda/storage/devicetree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/devicetree.py b/pyanaconda/storage/devicetree.py index c61966b..a90fd18 100644 --- a/pyanaconda/storage/devicetree.py +++ b/pyanaconda/storage/devicetree.py @@ -1058,7 +1058,7 @@ class DeviceTree(object): device.originalFormat = device.format def handleUdevDiskLabelFormat(self, info, device): - disklabel_type = info.get("PART_TABLE_TYPE") + disklabel_type = info.get("ID_PART_TABLE_TYPE") log_method_call(self, device=device.name, label_type=disklabel_type) # if there is no disklabel on the device if disklabel_type is None and \ -- 1.7.6.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list