--- storage/devicetree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index d8cbbc1..b1ecaa6 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -1642,7 +1642,7 @@ class DeviceTree(object): elif devspec.startswith("LABEL="): # device-by-label label = devspec.partition("=")[2] - device = self.fslabels.get(label) + device = self.labels.get(label) if device is None: log.error("failed to resolve device %s" % devspec) elif devspec.startswith("/dev/"): -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list