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