Files
vms/distros/centos-stream/9/amd64.pkrvars.hcl
T

13 lines
412 B
HCL
Raw Normal View History

2023-08-22 00:18:02 -05:00
distro = "centos-stream"
version = "9"
2023-08-10 14:10:58 -05:00
iso = {
url = "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-boot.iso"
2023-11-27 09:09:46 -06:00
checksum = "2553e0812dba592ae4f73a06105eec1a285623c9ae790a5674456eed1ce9dc4c"
2023-08-10 14:10:58 -05:00
}
boot_command = [
"<up><tab><wait><bs><bs><bs><bs><bs>",
"inst.text inst.ks=cdrom:/ks.cfg console=tty0",
"<enter><wait>"
]
2023-08-11 20:36:18 -05:00
cd_files = [ "distros/centos-stream/9/disc/*" ]