mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Vagrant: add support for Impish
This commit is contained in:
parent
bc9ab66348
commit
d89986f273
10
Vagrantfile
vendored
10
Vagrantfile
vendored
@ -216,5 +216,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
hirsute.vm.boot_timeout = 1200
|
hirsute.vm.boot_timeout = 1200
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# 21.10
|
||||||
|
config.vm.define "impish", autostart: false do |impish|
|
||||||
|
impish.vm.box = "ubuntu/impish64"
|
||||||
|
impish.vm.provision :shell, path: "Tools/vagrant/initvagrant.sh"
|
||||||
|
impish.vm.provider "virtualbox" do |vb|
|
||||||
|
vb.name = "ArduPilot (impish)"
|
||||||
|
end
|
||||||
|
impish.vm.boot_timeout = 1200
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user