This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Description
Issue by ederuiter
Monday Sep 07, 2015 at 15:05 GMT
Originally opened as https://github.com/coreos/coreos-overlay/issues/1518
Currently coreos ships with the fuse file-system enabled, but it doesn't have the mount.fuse helper. This makes it hard to mount fuse based file-systems.
An alternative would be to build mount with --enable-fs-paths-extra=/opt/bin so that mount helpers could be installed in /opt/bin (currently only /sbin/, /sbin/fs.d/, /sbin/fs, /usr/sbin/, /bin/ and /usr/bin are searched for helpers and all those locations are mounted readonly)