This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56f6a976de
packer-cn
/
scripts
/
vagrant-linux-unpriv-bootst...
4 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
build: Allow multi-platform dev with Vagrantfile This commit rewrites the Vagrantfile for Packer in a similar manner to the work done for Nomad (hashicorp/nomad#3175) in order to make cross-platform development easier. It also adds support for a FreeBSD base box. Provisioning scripts are separated out in order that they can be correctly linted. Each script is prefixed `vagrant`, then the operating system, then whether or not it expects to be run in a privileged shell. Finally, dependencies have been bumped - Go 1.6 is switched out for the latest (1.9.2).
2017-11-02 13:45:31 -04:00
#!/usr/bin/env bash
scripts/vagrant: Update Vagrant bootstrapping scripts
2019-11-15 12:25:13 -05:00
cd
/opt/gopath/src/github.com/hashicorp/packer
&&
make dev