summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-07-15 12:09:45 -0500
committerDavid Lehman <dlehman@redhat.com>2009-07-21 17:36:12 -0500
commitbfb5922f0aa52c5ecfc1d8d05acd7d06af6ce8c6 (patch)
tree067f694a17af78bc7271a06b1bd2340bcbbaa1c3 /storage
parent7e24733383d80b31d062aaab492938f4325d1401 (diff)
downloadanaconda-bfb5922f0aa52c5ecfc1d8d05acd7d06af6ce8c6.tar.gz
anaconda-bfb5922f0aa52c5ecfc1d8d05acd7d06af6ce8c6.tar.xz
anaconda-bfb5922f0aa52c5ecfc1d8d05acd7d06af6ce8c6.zip
Refer to nodev devices as "none", not "nodev".
Diffstat (limited to 'storage')
-rw-r--r--storage/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/devices.py b/storage/devices.py
index 5bfd31ffd..a4e996a10 100644
--- a/storage/devices.py
+++ b/storage/devices.py
@@ -2761,7 +2761,7 @@ class NoDevice(StorageDevice):
if format:
name = format.type
else:
- name = "nodev"
+ name = "none"
StorageDevice.__init__(self, name, format=format)