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

20 lines
455 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "ubuntu"
2023-11-27 10:04:06 -06:00
version = "23.10"
iso = {
2023-12-06 08:21:32 -08:00
url = "http://releases.ubuntu.com/23.10/ubuntu-23.10-live-server-amd64.iso"
checksum = "d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5"
2023-11-27 10:04:06 -06:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"e<down><down><down><end><bs><bs><bs>",
2023-12-30 05:37:32 +00:00
"fsck.mode=skip ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
"autoinstall",
2023-12-06 08:21:32 -08:00
"<F10>",
2023-11-27 10:04:06 -06:00
]
cd_files = [
2023-12-06 08:21:32 -08:00
"distros/ubuntu/23.10/disc/*"
2023-11-27 10:04:06 -06:00
]
2024-01-09 22:31:00 -06:00
vbox_os_type = "Ubuntu23_64"