From 54d1f5cf891c27d6ab6159eeb253fca526677209 Mon Sep 17 00:00:00 2001 From: "Sriraman S." <89133855+sriramandev@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:08:21 +0530 Subject: [PATCH] Remove unneeded wait in boot command for ubuntu 22.04 Co-authored-by: Christian Schlotter --- images/capi/packer/ova/ubuntu-2204.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/packer/ova/ubuntu-2204.json b/images/capi/packer/ova/ubuntu-2204.json index d34011efcc..3b28a744f2 100644 --- a/images/capi/packer/ova/ubuntu-2204.json +++ b/images/capi/packer/ova/ubuntu-2204.json @@ -1,5 +1,5 @@ { - "boot_command_prefix": "clinux /casper/vmlinuz ipv6.disable={{ user `boot_disable_ipv6` }} --- autoinstall ds='nocloud;'initrd /casper/initrdboot", + "boot_command_prefix": "clinux /casper/vmlinuz ipv6.disable={{ user `boot_disable_ipv6` }} --- autoinstall ds='nocloud;'initrd /casper/initrdboot", "boot_disable_ipv6": "0", "build_name": "ubuntu-2204", "cd_content_location": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/*",