20 lines
462 B
HCL
20 lines
462 B
HCL
distro = "ubuntu"
|
|
version = "22.04"
|
|
iso = {
|
|
url = "https://releases.ubuntu.com/22.04/ubuntu-22.04.5-live-server-amd64.iso"
|
|
checksum = "9bc6028870aef3f74f4e16b900008179e78b130e6b0b9a140635434a46aa98b0"
|
|
}
|
|
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/22.04/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu22_LTS_64"
|