[PATCH 1/2] Added format.mountopts to all mounted formats.

Jan Safranek jsafrane at redhat.com
Tue Apr 23 14:10:49 UTC 2013


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

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 99faefa..848c839 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -1952,7 +1952,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 mountExistingSystem(fsset, rootDevice,
                         allowDirty=None, dirtyCB=None,



More information about the anaconda-patches mailing list