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

13 lines
402 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-08-10 14:10:58 -05:00
"<up><tab><wait>",
2023-12-07 12:15:48 -06:00
"<bs><bs><bs><bs><bs><wait> inst.ks<wait>=cdrom:/ks.cfg<wait> console<wait>=tty0<wait>",
2023-08-03 15:46:44 -05:00
"<enter>"
]
2023-12-06 08:21:32 -08:00
cd_files = ["distros/centos/7/disc/*"]