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

13 lines
366 B
HCL
Raw Normal View History

2023-08-03 15:46:44 -05:00
distro = "centos"
version = "7"
iso = {
url = "http://mirror.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-2009.iso"
checksum = "b79079ad71cc3c5ceb3561fff348a1b67ee37f71f4cddfec09480d4589c191d6"
}
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-08-11 20:36:18 -05:00
cd_files = [ "distros/centos/7/disc/*" ]