Skip to content

moving vboxmanage commands to packer config options

elrey (alex) requested to merge (removed):patch-1 into master

I noticed that you were using vboxmanage commands to handle the cpu and memory of the vm during build time, and realized there is are packer config options you could set instead: https://packer.io/docs/builders/virtualbox-iso.html#cpus

Merge request reports