[PATCH 4/6] Bind mount formats are mountable.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/formats/fs.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index 3756f48..2f95fe2 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -1051,6 +1051,10 @@ register_device_format(TmpFS)
 class BindFS(FS):
     _type = "bind"
 
+    @property
+    def mountable(self):
+        return True
+
 register_device_format(BindFS)
 
 
-- 
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux