for bind mount also have to prefix device

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/fix-j
Steven Armstrong 8 years ago
parent e74d2be2d4
commit 1627b58cfc
  1. 1
      cdist/conf/type/__install_mount/gencode-remote

@ -54,6 +54,7 @@ else
printf 'mount'
if [ "$type" = "bind" ]; then
printf ' --bind'
device="${prefix}${device}"
else
printf ' -t "%s"' "$type"
fi

Loading…
Cancel
Save