2023-08-22 00:18:02 -05:00
|
|
|
distro = "centos-stream"
|
|
|
|
|
version = "8"
|
2023-08-10 14:10:58 -05:00
|
|
|
iso = {
|
|
|
|
|
url = "http://mirror.centos.org/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-latest-boot.iso"
|
2023-11-27 09:09:46 -06:00
|
|
|
checksum = "83fb6025b52ba893669575f7df0048b3adc8e66b4d7c19d8f5522651f19150ba"
|
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/8/disc/*" ]
|