diff --git a/packer/ova/ubuntu-2204.json b/packer/ova/ubuntu-2204.json index 9791810..b2341d1 100644 --- a/packer/ova/ubuntu-2204.json +++ b/packer/ova/ubuntu-2204.json @@ -1,13 +1,12 @@ { - "boot_command_prefix": "clinux /casper/vmlinuz --- autoinstall ds='nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/22.04/'initrd /casper/initrdboot", + "boot_command_prefix": "clinux /casper/vmlinuz --- autoinstall quietinitrd /casper/initrdboot", "boot_disable_ipv6": "0", - "boot_media_path": "/media/HTTP", "build_name": "ubuntu-2204", "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "22.04", - "http_directory": "./packer/ova/linux/{{user `distro_name`}}/http/", - "guest_os_type": "ubuntu-64", + "cd_files": ["./packer/ova/linux/{{user `distro_name`}}/http/meta-data", "./packer/ova/linux/{{user `distro_name`}}/http/user-data"], + "cd_label": "cidata", "iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb", "iso_checksum_type": "sha256", "iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso",