In case it is needed, here is a script I used to create my overlays: r...@vmdawg:~# cat ovlvm.sh #!/bin/bash FILE='-f /VMs/Domainator.ovl' #DISK='--disk path=/dev/VMs/Win7Base' #ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso' NAME='Domainator' RAM='512' OS='linux' VARIANT='ubuntukarmic' virt-install --connect qemu:///system -n $NAME -r $RAM $FILE \ --vnc --noautoconsole --accelerate --os-type $OS --os-variant $VARIANT \ --import
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695697 Title: libvirt not working properly with overlays -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
