--- storage/formats/fs.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 19f488c..2714b67 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -848,6 +848,11 @@ class EFIFS(FATFS): p.isEfi and self.utilsAvailable) + @property + def mountable(self): + return (FATFS._type in kernel_filesystems) or \ + (os.access("/sbin/mount.%s" % (FATFS._type,), os.X_OK)) + register_device_format(EFIFS) -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list