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

17 lines
749 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",
"build_name": "ubuntu-2204",
"distro_arch": "amd64",
"distro_name": "ubuntu",
"distro_version": "22.04",
2023-02-23 13:35:46 +00:00
"cd_files": ["./packer/ova/linux/ubuntu/http/22.04/meta-data", "./packer/ova/linux/ubuntu/http/22.04/user-data"],
2023-02-23 13:29:37 +00:00
"cd_label": "cidata",
2023-02-22 20:24:42 +00:00
"iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb",
"iso_checksum_type": "sha256",
"iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"
}