summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-06-17 14:03:06 -0500
committerDavid Lehman <dlehman@redhat.com>2009-06-22 17:14:59 -0500
commit6d797c88c0a69e157289b9931bdfb77780ef8252 (patch)
treeebd155c6f34a2948a3a93221a73134f04f88b32f /storage/__init__.py
parenta3c84cce5a19eca8f29109e98628c298fafecbeb (diff)
downloadanaconda-6d797c88c0a69e157289b9931bdfb77780ef8252.tar.gz
anaconda-6d797c88c0a69e157289b9931bdfb77780ef8252.tar.xz
anaconda-6d797c88c0a69e157289b9931bdfb77780ef8252.zip
Access format options property instead of mountopts attr. (#506219)
Diffstat (limited to 'storage/__init__.py')
-rw-r--r--storage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index b15963020..16de31126 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -1854,7 +1854,7 @@ class FSSet(object):
options = device.format.options
else:
mountpoint = device.format.mountpoint
- options = device.format.mountopts
+ options = device.format.options
if not mountpoint:
log.warning("%s filesystem on %s has no mountpoint" % \
(fstype,