Skip to content

Commit 776c227

Browse files
committed
pull basebox from vagrantcloud
1 parent 625d606 commit 776c227

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

22
Vagrant.configure("2") do |config|
3-
config.vm.box = "ubuntu2004-desktop"
4-
3+
4+
# basebox
5+
config.vm.box = "tknerr/ubuntu2004-desktop"
6+
config.vm.box_version = "0.1.0"
7+
8+
# virtualbox specific customizations
59
config.vm.provider "virtualbox" do |vbox, override|
610
vbox.name = "My Developer VM"
711
vbox.cpus = 4

0 commit comments

Comments
 (0)