How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "debian/jessie64"
end
vagrant init debian/jessie64
vagrant up
This version was created almost 7 years ago.
This version was created almost 7 years ago.
This version was created about 7 years ago.
This version was created over 7 years ago.
This version was created over 7 years ago.
virtualbox: switch to rsync as default method for synced folders, because vboxfs requires contrib or non-free packages
This version was created over 7 years ago.
This version was created over 7 years ago.
This version was created almost 8 years ago.
You can install your preferred provisioning tool on first boot as explained here: https://wiki.debian.org/Teams/Cloud/VagrantBaseBoxes#Provisioners
This version was created about 8 years ago.
Adapt sudo entry to follow upstream recommendation
Closes bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787301
Add standard tasksel selection to preseed file See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787298#32 for rationale
This version was created about 8 years ago.
Add minimize.sh step in box creation, dramatically reduces size.