20 lines
831 B
JSON
20 lines
831 B
JSON
{
|
|
"boot_command_prefix": "<up><tab> text inst.ks=",
|
|
"boot_command_suffix": "/8/ks.cfg<enter><wait>",
|
|
"boot_media_path": "http://{{ .HTTPIP }}:{{ .HTTPPort }}",
|
|
"build_name": "rhel-8",
|
|
"distro_arch": "amd64",
|
|
"distro_name": "rhel",
|
|
"distro_version": "8",
|
|
"epel_rpm_gpg_key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8",
|
|
"guest_os_type": "rhel8-64",
|
|
"http_directory": "./packer/ova/linux/{{user `distro_name`}}/http/",
|
|
"iso_checksum": "48f955712454c32718dcde858dea5aca574376a1d7a4b0ed6908ac0b85597811",
|
|
"iso_checksum_type": "sha256",
|
|
"iso_url": "file:///rhel-8.4-x86_64-dvd.iso",
|
|
"os_display_name": "RHEL 8",
|
|
"redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm",
|
|
"shutdown_command": "shutdown -P now",
|
|
"vsphere_guest_os_type": "rhel8_64Guest"
|
|
}
|