packer-qemu-templates
packer-qemu-templates copied to clipboard
Packer qemu templates
Host: Ubuntu Server 16.04 Ran the packer build -var-file=ubuntu1604.json -var headless=true ubuntu-vagrant.json with headless option as it was giving Qemu stderr: Could not initialize SDL(No available video device) - exiting...
Ran: $ packer fix -var-file=ubuntu1804.json ubuntu.json > foo.json $ mv foo.json ubuntu.json Tested with: $ packer build -var-file=ubuntu1804.json ubuntu.json
Not really an issue specific to this repository, but I have not personally experienced this other than when installing Debian using Packer with qemu and its use of this particular...