--- storage/devices.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index 40501d7..12b067f 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2756,7 +2756,7 @@ class NoDevice(StorageDevice): if format: name = format.type else: - name = "nodev" + name = "none" StorageDevice.__init__(self, name, format=format) -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list