From 88d4c549e67f2e2e27d1d25199c7adf8ba078abd Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 12 Nov 2014 22:17:14 +0100 Subject: [PATCH] final touches --- vinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vinst b/vinst index 9eb0470..695ae17 100755 --- a/vinst +++ b/vinst @@ -208,12 +208,12 @@ virt-install --connect=$QEMU_URI \ --graphics=vnc \ --serial=pty \ --watchdog i6300esb,action=reset \ - -l $BASEDIR/installer-amd64 \ --os-variant=debianwheezy \ --initrd-inject=$BASEDIR/preseed/$SUITE/preseed.cfg \ --initrd-inject=$tmpdir/commands.tar \ - --prompt --noautoconsole --autostart \ --extra-args="$extra_kargs" \ + --prompt --noautoconsole --autostart $extra_opts \ + -l $BASEDIR/installer-amd64/$SUITE \ "$@" virsh --connect=$QEMU_URI console $HOSTNAME -- 2.39.2