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

20 lines
499 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "ubuntu"
2023-11-27 10:04:06 -06:00
version = "23.10"
iso = {
2023-12-06 08:21:32 -08:00
url = "http://releases.ubuntu.com/23.10/ubuntu-23.10-live-server-amd64.iso"
checksum = "d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5"
2023-11-27 10:04:06 -06:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"e<down><down><down><end><bs><bs><bs>",
"console=tty0 <wait>",
2023-12-07 12:15:48 -06:00
"fsck.mode<wait>=skip <wait>",
"locale=<wait>en_US <wait>",
2023-12-06 08:21:32 -08:00
"auto=true <wait>",
2023-12-07 12:15:48 -06:00
"priority<wait>=critical <wait>",
2023-12-06 08:21:32 -08:00
"autoinstall<wait>",
"<F10>",
2023-11-27 10:04:06 -06:00
]
cd_files = [
2023-12-06 08:21:32 -08:00
"distros/ubuntu/23.10/disc/*"
2023-11-27 10:04:06 -06:00
]