Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2- install the disksize plugin


vagrant plugin install vagrant-disksize

vagrant plugin list


3- Modify the vagrantfile


Code Block
titleVagrantfile
collapsetrue
Vagrant.configure("2") do |config|
  config.vm.box = "archlinux/archlinux"
  #config.disksize.size = "20GB"
end


#vagrant up
#vagrant ssh
(at the end #vagrant suspend / resume  or  #vagrant destroy  )

Image Modified