How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ioagel/debian12"
end
vagrant init ioagel/debian12
vagrant up
This version was created about 2 months ago.
Fixes clock drifting issues when suspending the vm.
This version was created 2 months ago.
Disables guest-host time syncing through guest tools and installs chrony
, to fix time drift problems. Reverts nic type to default from virtio.
This version was created 2 months ago.
cloud-init
removed, periodic apt
activities disabled and motd
updated.
This version was created 2 months ago.
Initial release