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

20 lines
489 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "ubuntu"
2023-08-11 09:55:32 -05:00
version = "20.04"
iso = {
2023-12-06 08:21:32 -08:00
url = "https://releases.ubuntu.com/20.04/ubuntu-20.04.6-live-server-amd64.iso"
checksum = "b8f31413336b9393ad5d8ef0282717b2ab19f007df2e9ed5196c13d8f9153c8b"
2023-08-11 09:55:32 -05:00
}
boot_wait = "3s"
boot_command = [
2023-12-30 05:37:32 +00:00
"e<wait><down><down><down><end><bs><bs><bs>",
2023-12-06 08:21:32 -08:00
"fsck.mode=skip ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
2023-12-30 05:37:32 +00:00
"autoinstall ds=nocloud<f10>"
2023-08-11 09:55:32 -05:00
]
2023-08-11 20:36:18 -05:00
cd_files = [
2023-12-06 08:21:32 -08:00
"distros/ubuntu/20.04/disc/*"
2023-08-11 20:36:18 -05:00
]
2024-01-09 22:31:00 -06:00
vbox_os_type = "Ubuntu20_LTS_64"