[Bug 695697] Re: libvirt not working properly with overlays

m00dawg tim at moocowproductions.org
Thu Dec 30 14:15:26 UTC 2010


In case it is needed, here is a script I used to create my overlays:

root at 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
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/695697

Title:
  libvirt not working properly with overlays



More information about the Ubuntu-server-bugs mailing list