Skip to content

Commit

Permalink
Remove unneeded wait in boot command for ubuntu 22.04
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
  • Loading branch information
sriramandev and chrischdi authored Jul 30, 2024
1 parent e49a35f commit 54d1f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/capi/packer/ova/ubuntu-2204.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"boot_command_prefix": "c<wait>linux /casper/vmlinuz ipv6.disable={{ user `boot_disable_ipv6` }} --- autoinstall ds='nocloud;'<enter><wait>initrd /casper/initrd<enter><wait>boot<enter><wait300>",
"boot_command_prefix": "c<wait>linux /casper/vmlinuz ipv6.disable={{ user `boot_disable_ipv6` }} --- autoinstall ds='nocloud;'<enter><wait>initrd /casper/initrd<enter><wait>boot<enter>",
"boot_disable_ipv6": "0",
"build_name": "ubuntu-2204",
"cd_content_location": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/*",
Expand Down

0 comments on commit 54d1f5c

Please sign in to comment.