Setup the Packer Environment Prequisites The packer executable found in the download for your system at https://www.packer.io/ (Download button) needs to be in a directory that is in your PATH.
By Daniel F. Dickinson on November 16, 2020
Setup the Packer Environment Prequisites The packer executable found in the download for your system at https://www.packer.io (Download button) needs to be in a directory that is in your PATH.
By Daniel F. Dickinson on November 13, 2020
Option 1: Use the Image Directly (not recommended) Upload packer image using virsh ls -al *.qcow2
virsh -c qemu+ssh://user@host/system vol-upload --pool default --vol preseeded-armhf-uefi-image-preseed-image-xxxx-xx-xx-xx-xx.qcow2 --file preseeded-armhf-uefi-image-preseed-image-xxxx-xx-xx-xx-xx.
By Daniel F. Dickinson on November 16, 2020
Option 1: Use the Image Directly (not recommended) Upload kernel, initrd, and packer image using virsh ls -al vmlinuz* initrd.gz* *.qcow2 virsh -c qemu+ssh://user@host/system vol-create-as --pool default --name vmlinuz-x.
By Daniel F. Dickinson on November 13, 2020
For 32-bit ARM, whether you want an old school or UEFI virtual machine in Libvirt/KVM, and automated or ‘manual’ creation, here there are docs.
By Daniel F. Dickinson on November 9, 2020
This is from about 2009, but apparently there are still occasionally people trying to find it.
By Daniel F. Dickinson on October 30, 2009
Create a non-EFI (old school) ARMh hardfloat virtual machine for Libvirt/KVM using a traditional interactive Debian install.
By Daniel F. Dickinson on November 9, 2020