support for bind mounts

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/fix-j
Steven Armstrong 8 years ago
parent c740c96890
commit b8fcd30a37
  1. 5
      cdist/conf/type/__install_generate_fstab/gencode-local

@ -44,6 +44,11 @@ for object in $(find "$__global/object/__install_mount" -type d -name "$__cdist_
tmpfs)
pass=0
;;
bind)
pass=0
type=none
options="bind,$options"
;;
*)
pass=1
;;

Loading…
Cancel
Save