[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Access format options property instead of mountopts attr. (#506219)
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Access format options property instead of mountopts attr. (#506219)
- Date: Wed, 17 Jun 2009 14:10:07 -0500
---
storage/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/storage/__init__.py b/storage/__init__.py
index b159630..16de311 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,
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]