Files
vms/distros/centos/7/amd64.pkrvars.hcl
T

14 lines
389 B
HCL
Raw Normal View History

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-12-30 05:37:32 +00:00
"<up>e<wait>",
"<down><down><end><wait>",
" inst.ks=cdrom:/ks.cfg<wait>",
"<leftCtrlOn>x<leftCtrlOff>"
2023-08-03 15:46:44 -05:00
]
2023-12-06 08:21:32 -08:00
cd_files = ["distros/centos/7/disc/*"]