]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fixup! set default storage pool name
authormartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 13:06:46 +0000 (14:06 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 13:06:46 +0000 (14:06 +0100)
vinst

diff --git a/vinst b/vinst
index 73d50c418d257c593495da5871bb9678375cc701..e931fc396b2fca04fe08c123a1760adca9269128 100755 (executable)
--- a/vinst
+++ b/vinst
@@ -132,7 +132,7 @@ exit 0
 exec virt-install --connect=$QEMU_URI \
   -n $HOSTNAME \
   -r $RAM \
-  --disk pool=default,size=$SIZE \
+  --disk vol=$STORAGE_POOL/virt-$HOSTNAME \
   -w bridge=$BRIDGE \
   --graphics=vnc \
   --serial=pty \