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

20 lines
454 B
HCL
Raw Normal View History

2025-05-20 09:32:53 -05:00
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"