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

20 lines
490 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "ubuntu"
2023-08-11 09:55:32 -05:00
version = "22.04"
iso = {
2023-12-06 08:21:32 -08:00
url = "https://releases.ubuntu.com/22.04/ubuntu-22.04.3-live-server-amd64.iso"
checksum = "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd"
2023-08-11 09:55:32 -05:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"e<down><down><down><end><bs><bs><bs>",
"console=tty0 <wait>",
"fsck.mode=skip <wait>",
"locale=en_US <wait>",
"auto=true <wait>",
"priority=<wait>critical <wait>",
"autoinstall<wait>",
"<F10>",
2023-08-11 09:55:32 -05:00
]
2023-08-11 20:36:18 -05:00
cd_files = [
2023-12-06 08:21:32 -08:00
"distros/ubuntu/22.04/disc/*"
2023-08-11 20:36:18 -05:00
]