|
1 | 1 | { |
2 | 2 | "boot_command_prefix": "<up><tab> text inst.ks=", |
3 | | - "boot_command_suffix": "/8/ks.cfg<enter><wait><enter>", |
4 | | - "boot_media_path": "http://{{ .HTTPIP }}:{{ .HTTPPort }}", |
| 3 | + "boot_command_suffix": "hd:LABEL=cidata:/ks.cfg<enter>", |
5 | 4 | "build_name": "rockylinux-8", |
| 5 | + "cd_content_location": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/*", |
| 6 | + "cd_label": "cidata", |
6 | 7 | "distro_arch": "amd64", |
7 | 8 | "distro_name": "rockylinux", |
8 | 9 | "distro_version": "8", |
9 | 10 | "epel_rpm_gpg_key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8", |
10 | 11 | "guest_os_type": "rockylinux-64", |
11 | | - "iso_checksum": "06019fd7c4f956b2b0ed37393e81c577885e4ebd518add249769846711a09dc4", |
| 12 | + "iso_checksum": "2c735d3b0de921bd671a0e2d08461e3593ac84f64cdaef32e3ed56ba01f74f4b", |
12 | 13 | "iso_checksum_type": "sha256", |
13 | | - "iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.9-x86_64-minimal.iso", |
| 14 | + "iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.10-x86_64-minimal.iso", |
14 | 15 | "os_display_name": "RockyLinux 8", |
15 | 16 | "redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm", |
16 | 17 | "shutdown_command": "/sbin/halt -h -p", |
| 18 | + "vmx_version": "20", |
17 | 19 | "vsphere_guest_os_type": "rockylinux_64Guest" |
18 | 20 | } |
0 commit comments