--- 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