Skip to content

Commit

Permalink
Packer ci, try to disable guest addition system (use manually set one…
Browse files Browse the repository at this point in the history
… in provision.sh)
  • Loading branch information
fxi committed Jun 10, 2024
1 parent 92bd060 commit bedf314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer/alpine.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ source "virtualbox-iso" "accessmod" {
vrdp_bind_address = "127.0.0.1"
skip_nat_mapping = true
output_directory = "_build/vm"
guest_additions_mode = "disable"
nic_type = "virtio"
vboxmanage = [
["modifyvm", "{{ .Name }}", "--memory", "${var.memory}"],
Expand Down

0 comments on commit bedf314

Please sign in to comment.