diff --git a/cdist/conf/type/__install_mount/gencode-remote b/cdist/conf/type/__install_mount/gencode-remote index 35f08e57..b2498d41 100755 --- a/cdist/conf/type/__install_mount/gencode-remote +++ b/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