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

20 lines
461 B
HCL

distro = "ubuntu"
version = "24.04"
iso = {
url = "http://releases.ubuntu.com/24.04/ubuntu-24.04.1-live-server-amd64.iso"
checksum = "e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9"
}
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/24.04/disc/*"
]
vbox_os_type = "Ubuntu24_LTS_64"