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

13 lines
411 B
HCL
Raw Normal View History

2023-08-10 14:10:58 -05:00
distro = "centos"
version = "9stream"
iso = {
url = "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-boot.iso"
2023-08-11 20:36:18 -05:00
checksum = "be2104d6deac0bf5e52e7262511b7acd3cab0dff96ddef1f2604b2de892e060d"
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/*" ]