Displaying 1 result from an estimated 1 matches for "myimagenetworks".
2018 May 03
0
Re: manually install a machine (no virt-install)
...m where the images are generated in a cross-compiled environment. I'm hoping I can integrate them into libvirt's scope without the use of virt-manager tools like virt-install.
>
> As far as I can tell, I need to hand write /etc/libvirt/qemu/myimages.xml and /etc/libvirt/qemu/networks/myimagenetworks.xml. Is this feasible?
First of all, never modify/delete/create these files manually, they are
libvirt internal files and you should use libvirt APIs or virsh.
You can easily achieve that by pre-creating guest and network XML
definitions by hand or generate guest XML on a different machine using...