From 4ac9bed3c3cc466f410f7ae7f3705a4fbaa1c52b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 19 Apr 2016 14:14:28 -0700 Subject: [PATCH] fstab.girocco: include instructions for FreeBSD "bind" mounts While FreeBSD does not have "mount --bind" it does have the nullfs file system that can be used to accomplish exactly the same thing. Mention this in the comments. Signed-off-by: Kyle J. McKay --- fstab/fstab.girocco | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fstab/fstab.girocco b/fstab/fstab.girocco index 2189cfb..07c094e 100644 --- a/fstab/fstab.girocco +++ b/fstab/fstab.girocco @@ -6,6 +6,8 @@ # # mount the git repositories in the jail +# Note that on FreeBSD a "bind" mount is accomplished by setting the type to +# nullfs and the options to rw as FreeBSD does not have a mount --bind option /srv/git /home/repo/j/srv/git none bind 0 0 # mount the proc filesystem in the jail -- 2.11.4.GIT