ClusterAPI.imageBuilder/packer/ova/ubuntu-2204.json

18 lines
771 B
JSON
Raw Normal View History

2023-02-22 20:24:42 +00:00
{
2023-02-23 13:29:37 +00:00
"boot_command_prefix": "c<wait>linux /casper/vmlinuz --- autoinstall quiet<enter><wait>initrd /casper/initrd<enter><wait>boot<enter>",
2023-02-22 20:24:42 +00:00
"boot_disable_ipv6": "0",
2023-02-23 15:53:46 +00:00
"boot_media_path": "/media/HTTP",
2023-02-22 20:24:42 +00:00
"build_name": "ubuntu-2204",
2023-02-23 15:53:46 +00:00
"cd_file_path": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}",
2023-02-22 20:24:42 +00:00
"distro_arch": "amd64",
"distro_name": "ubuntu",
"distro_version": "22.04",
2023-02-23 13:42:09 +00:00
"guest_os_type": "ubuntu-64",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
2023-02-22 20:24:42 +00:00
"iso_checksum_type": "sha256",
"iso_url": "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso",
2023-02-22 20:24:42 +00:00
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"
}