diff options
| author | zvecr <git@zvecr.com> | 2019-05-12 01:55:12 +0100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-11 17:55:12 -0700 |
| commit | d53cbd2dc6ec6877f2815c546c03b39fac7a8afa (patch) | |
| tree | 6051dc309d00735a9e7222636cf014009c431b51 /Vagrantfile | |
| parent | 5c4707eafc5165904918fad7daff4e566f8f60df (diff) | |
| download | qmk_firmware-d53cbd2dc6ec6877f2815c546c03b39fac7a8afa.tar.gz qmk_firmware-d53cbd2dc6ec6877f2815c546c03b39fac7a8afa.zip | |
Update run command now that the install script is unattended, fix mount point for Debian (#5847)
Diffstat (limited to 'Vagrantfile')
| -rw-r--r-- | Vagrantfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 2235d9c2e..552711d63 100644 --- a/Vagrantfile +++ b/Vagrantfile | |||
| @@ -7,6 +7,8 @@ Vagrant.configure(2) do |config| | |||
| 7 | 7 | ||
| 8 | # VMware/Virtualbox ( and also Hyperv/Parallels) 64 bit | 8 | # VMware/Virtualbox ( and also Hyperv/Parallels) 64 bit |
| 9 | config.vm.box = "generic/debian9" | 9 | config.vm.box = "generic/debian9" |
| 10 | |||
| 11 | config.vm.synced_folder '.', '/vagrant' | ||
| 10 | 12 | ||
| 11 | # This section allows you to customize the Virtualbox VM | 13 | # This section allows you to customize the Virtualbox VM |
| 12 | # settings, ie showing the GUI or upping the memory | 14 | # settings, ie showing the GUI or upping the memory |
| @@ -64,7 +66,7 @@ Vagrant.configure(2) do |config| | |||
| 64 | # If this causes issues you can run a 'vagrant destroy' and then | 66 | # If this causes issues you can run a 'vagrant destroy' and then |
| 65 | # add a # before ,run: (or change "always" to "once") and run 'vagrant up' to get a working | 67 | # add a # before ,run: (or change "always" to "once") and run 'vagrant up' to get a working |
| 66 | # non-updated box and then attempt to troubleshoot or open a Github issue | 68 | # non-updated box and then attempt to troubleshoot or open a Github issue |
| 67 | config.vm.provision "shell", inline: "/bin/sh -c 'yes | /vagrant/util/qmk_install.sh'", run: "always" | 69 | config.vm.provision "shell", inline: "/vagrant/util/qmk_install.sh", run: "always" |
| 68 | 70 | ||
| 69 | config.vm.post_up_message = <<-EOT | 71 | config.vm.post_up_message = <<-EOT |
| 70 | 72 | ||
