Commit f632799c authored by Julien Muchembled's avatar Julien Muchembled

vm.run: workaround for old versions of mount

parent ce99a675
......@@ -256,8 +256,8 @@ class InstallDebianRecipe(BaseRecipe):
class RunRecipe(BaseRecipe):
init = """set -e
cd /mnt; set %s; mkdir -p $*; for tag; do
mount -t 9p -o trans=virtio,version=9p2000.L,noatime $tag $tag
cd /mnt; set %s; mkdir -p $*; cd; for tag; do
mount -t 9p -o trans=virtio,version=9p2000.L,noatime $tag /mnt/$tag
done
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment