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

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:

change to buster
[code/vinst.git] / vinst
diff --git a/vinst b/vinst
index 9775cbb5711811c2723814ab9c3346bd294b02c2..88ce585e161ed15c607dd148c2defffb95f27f46 100755 (executable)
--- a/vinst
+++ b/vinst
@@ -8,7 +8,7 @@ DISK=20
 CPUS=1
 STORAGE_POOL=default
 QEMU_URI=qemu:///system
-SUITE=wheezy
+SUITE=buster
 CONSOLE='console=tty0 console=ttyS0,115200n8'
 DEBUG=0
 WIPE=0
@@ -219,7 +219,7 @@ virt-install --connect=$QEMU_URI \
   --graphics=vnc \
   --serial=pty \
   --watchdog i6300esb,action=reset \
-  --os-variant=debianwheezy \
+  --os-variant=debian10 \
   --initrd-inject=$BASEDIR/preseed/$SUITE/preseed.cfg \
   --initrd-inject=$tmpdir/commands.tar \
   --extra-args="$extra_kargs" \