commit | ec1d0318abd5e56cf248da0063ddaa18278653ef | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Fri Oct 21 19:22:55 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Fri Oct 21 19:22:55 2011 -0700 |
tree | d7b238d5e7599eb7baa773df26679350f1e5c7e5 | |
parent | 9c8537316397d51ac7aa46ee9408232a2b434dd4 [diff] [blame] |
libvirt.xml needs to be created in correct location
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index c047803..b9f6163 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -166,7 +166,7 @@ CONTAINER_CORES=${CONTAINER_CORES:-1} # libvirt.xml configuration -LIBVIRT_XML=libvirt.xml +LIBVIRT_XML=$VM_DIR/libvirt.xml cat > $LIBVIRT_XML <<EOF <domain type='kvm'> <name>$CONTAINER_NAME</name>