Files
vms/distros/ubuntu/24.10/amd64.pkrvars.hcl
T

20 lines
455 B
HCL
Raw Normal View History

2024-11-18 11:13:03 -06:00
distro = "ubuntu"
version = "24.10"
iso = {
url = "http://releases.ubuntu.com/24.10/ubuntu-24.10-live-server-amd64.iso"
checksum = "4fce7c02a5e5dbe3426da4aa0f8b7845e9a36aff29c5884d206a08e51b2c4c47"
}
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"fsck.mode=skip ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
"autoinstall",
"<F10>",
]
cd_files = [
"distros/ubuntu/24.10/disc/*"
]
vbox_os_type = "Ubuntu24_64"