Initial version of sshfs storage backend

This commit is contained in:
Johannes Zellner
2020-06-05 11:39:51 +02:00
parent 0b2eb8fb9e
commit 6f60495d4d
3 changed files with 123 additions and 0 deletions
+3
View File
@@ -92,6 +92,9 @@ if [[ ${try} -eq 10 ]]; then
exit 4
fi
echo "==> installer: ensure sshfs is installed"
apt install -y sshfs
echo "==> installer: downloading new addon images"
images=$(node -e "var i = require('${box_src_tmp_dir}/src/infra_version.js'); console.log(i.baseImages.map(function (x) { return x.tag; }).join(' '), Object.keys(i.images).map(function (x) { return i.images[x].tag; }).join(' '));")