20 lines
454 B
HCL
20 lines
454 B
HCL
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<down><down><down><end><bs><bs><bs>",
|
|
"fsck.mode=skip ",
|
|
"locale=en_US ",
|
|
"auto=true ",
|
|
"priority=critical ",
|
|
"autoinstall",
|
|
"<F10>",
|
|
]
|
|
cd_files = [
|
|
"distros/ubuntu/25.04/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu_64"
|