mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
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:
parent
47e8f434bd
commit
9d019bbd88
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue