Skip to content

Commit

Permalink
Skip media check with <up> key in the boot_command.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 13, 2024
1 parent 530abbc commit f0eae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ source "azure-arm" "controller" {
}

source "virtualbox-iso" "controller" {
boot_command = ["<tab> append initrd=initrd.img inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg noipv6<enter><wait>"]
boot_command = ["<up><tab> append initrd=initrd.img inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg noipv6<enter><wait>"]
cpus = 4
guest_additions_mode = "upload"
guest_additions_path = "VBoxGuestAdditions.iso"
Expand Down

0 comments on commit f0eae4f

Please sign in to comment.