Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init.d/root: add support for 'r?shared' fstab option on /
containers on linux might require filesystems to be mounted with different propagation than the kernel default of 'private': by setting 'shared' in fstab for / options, one can now make the fs hierarchy shared. Note we use 'rshared' to make other existing mounts shared as well because the setting is contagious and it seemed more logical to behave as if the setting was set on / immediately (and thus inherited by other mounts) This fixes #525.
- Loading branch information