Skip to content

Commit 0913595

Browse files
committed
1 parent fe38576 commit 0913595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/ubuntu-artful/Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Vagrant.configure(2) do |config|
2020
v.cpus = 2
2121
end
2222

23+
config.vm.provision "shell", inline: "sudo resize2fs /dev/sda1"
2324
# Disable automatic box update checking. If you disable this, then
2425
# boxes will only be checked for updates when the user runs
2526
# `vagrant box outdated`. This is not recommended.

0 commit comments

Comments
 (0)