distro = "ubuntu" version = "22.04" iso = { url = "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso" checksum = "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2" } boot_command = [ "e", "fsck.mode=skip ", "locale=en_US ", "auto=true ", "priority=critical ", "autoinstall", "", ] cd_files = [ "distros/ubuntu/22.04/disc/*" ] vbox_os_type = "Ubuntu22_LTS_64"