Add Vagrantfile to make it easier to build toaruos on other platforms
This commit is contained in:
parent
4501419126
commit
e710280a69
10
Vagrantfile
vendored
Normal file
10
Vagrantfile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = "1024"
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user