We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe38576 commit 0913595Copy full SHA for 0913595
packaging/ubuntu-artful/Vagrantfile
@@ -20,6 +20,7 @@ Vagrant.configure(2) do |config|
20
v.cpus = 2
21
end
22
23
+ config.vm.provision "shell", inline: "sudo resize2fs /dev/sda1"
24
# Disable automatic box update checking. If you disable this, then
25
# boxes will only be checked for updates when the user runs
26
# `vagrant box outdated`. This is not recommended.
0 commit comments