How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "cdaf/Ubuntu22"
  config.vm.box_version = "2022.10.05"
end
vagrant init cdaf/Ubuntu22 \
  --box-version 2022.10.05
vagrant up

This version was created almost 2 years ago.

Any issues please report at https://github.com/cdaf/linux.

Explicit disable of unattended updates and expand LVM to include total disk.

  • Install: Ubuntu 22.04.1 Server
  • RAM: 2GB
  • HDD: 127GB
  • Timezone: New Zealand
  • Automatic Updates: no

Both providers using linked clone.

VirtualBox

  • VBoxGuestAdditions: 6.1.38

Hyper-V

  • Generation: 1

Set environment variables VAGRANT_SMB_USER and VAGRANT_SMB_PASS for automatic SMB mount

2 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.46 GB)