[PATCH 3/6] Fix name of disklabel type in udevdb. (#827149)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux