]> 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:

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

diff --git a/vinst b/vinst
index 5ebd3cae3cc9e808f7de88f1f02c5a54c764da8c..9a8eb90769e8dc72a1286b87d9a3248313b8b1f4 100755 (executable)
--- a/vinst
+++ b/vinst
@@ -5,6 +5,7 @@ set -e
 # defaults
 RAM=512
 DISK=20
+STORAGE_POOL=default
 QEMU_URI=qemu:///system
 SUITE=wheezy
 CONSOLE='console=tty0 console=ttyS0,115200n8'