You are not logged in.
I've just started using KVM to isolate my web server from my personal file server.
I created startup scripts similar to the one described here: https://wiki.archlinux.org/index.php/Kv … Networking. Basically the script just executes a startup command.
qemu-kvm -hda WebServer.img -m 512 ...I've seen the startup script described here: https://wiki.archlinux.org/index.php/QE … es_on_boot
My question is whether such a complex startup script is necessary, or simply convenient for gracefully stopping the VMs. Could I instead run a script at boot that launches the VM using the qemu-kvm command?
Offline
I believe be better way to do this is with a virtual machine manager. I'm using virsh which comes with libvirt. I didn't manage to get it working fully in archlinux last time I tired and ended up setting up ubuntu as my host machine, but you might be able to make it work or it's been fixed since I tried.
<insert hardware wankery>
Offline