[PATCH 1/4] Store current mount options in getActiveMounts. (#914898)

David Lehman dlehman at redhat.com
Thu Jul 18 14:13:44 UTC 2013


---
 blivet/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 726d26b..f796df6 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -1986,6 +1986,7 @@ class Blivet(object):
             if device is not None:
                 device.format.mountpoint = mountpoint   # for future mounts
                 device.format._mountpoint = mountpoint  # active mountpoint
+                device.format.mountopts = options
 
     def updateKSData(self):
         """ Update ksdata to reflect the settings of this Blivet instance. """
-- 
1.8.1.4



More information about the anaconda-patches mailing list