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

16 lines
442 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 = {
2024-07-12 21:15:13 -05:00
url = "http://vault.centos.org/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-NetInstall-2009.iso"
2023-12-06 08:21:32 -08:00
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>",
2024-07-13 01:33:27 -05:00
" inst.notmux ",
2023-12-30 05:37:32 +00:00
"<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/*"]
2024-01-09 22:31:00 -06:00
vbox_os_type = "RedHat7_64"