Skip to content

Commit

Permalink
fix(proxmox): use default value when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Nov 2, 2020
1 parent a64d3ba commit 229fcb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builder/proxmox/common/step_start_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ func (s *stepStartVM) Run(ctx context.Context, state multistep.StateBag) multist
Name: c.VMName,
Agent: agent,
QemuKVM: kvm,
Boot: "cdn", // Boot priority, c:CDROM -> d:Disk -> n:Network
QemuCpu: c.CPUType,
Description: "Packer ephemeral build VM",
Memory: c.Memory,
QemuCores: c.Cores,
QemuSockets: c.Sockets,
Expand Down

0 comments on commit 229fcb5

Please sign in to comment.