2023-12-06 08:21:32 -08:00
|
|
|
distro = "centos"
|
2023-08-03 15:46:44 -05:00
|
|
|
version = "7"
|
|
|
|
|
iso = {
|
2023-12-06 08:21:32 -08:00
|
|
|
url = "http://mirror.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-2009.iso"
|
|
|
|
|
checksum = "b79079ad71cc3c5ceb3561fff348a1b67ee37f71f4cddfec09480d4589c191d6"
|
2023-08-03 15:46:44 -05:00
|
|
|
}
|
|
|
|
|
boot_command = [
|
2023-08-10 14:10:58 -05:00
|
|
|
"<up><tab><wait>",
|
|
|
|
|
"<bs><bs><bs><bs><bs> inst.ks=cdrom:/ks.cfg console=tty0",
|
2023-08-03 15:46:44 -05:00
|
|
|
"<enter>"
|
|
|
|
|
]
|
2023-12-06 08:21:32 -08:00
|
|
|
cd_files = ["distros/centos/7/disc/*"]
|