Vagrant provision create output and userpatches directory. (#750)

Without the output directory, builds will fail.
Docker creates these directories in config-docker.conf.
This commit is contained in:
Jonah Braun 2017-09-04 17:59:06 -06:00 committed by Mikhail
parent 47e8f434bd
commit 9d019bbd88

1
Vagrantfile vendored
View file

@ -7,6 +7,7 @@ $provisioning_script = <<SCRIPT
# use remote git version instead of sharing a copy from host to preserve proper file permissions
# and prevent permission related issues for the temp directory
git clone https://github.com/armbian/build /home/ubuntu/armbian
mkdir -p /vagrant/output /vagrant/userpatches
ln -sf /vagrant/output /home/ubuntu/armbian/output
ln -sf /vagrant/userpatches /home/ubuntu/armbian/userpatches
SCRIPT