X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/a421231841b9635bb92e23b0e616b11b80247ec2..d0c115dd764b56f005827e7df010af8f21d85e22:/vinst diff --git a/vinst b/vinst index a07629a..9775cbb 100755 --- a/vinst +++ b/vinst @@ -131,8 +131,8 @@ tmpdir=$(mktemp -d) tar -C $BASEDIR/preseed/$SUITE -cf $tmpdir/commands.tar commands extra_kargs="auto $CONSOLE \ -hostname=${HOSTNAME%%.*} \ -domain=${HOSTNAME#*.}" +netcfg/hostname=${HOSTNAME%%.*} \ +netcfg/domain=${HOSTNAME#*.}" extra_opts= if [ -n "$DEBUG" ]; then @@ -230,5 +230,6 @@ virt-install --connect=$QEMU_URI \ virsh --connect=$QEMU_URI console $HOSTNAME if [ $RESTART = 1 ]; then + sleep 5 virsh --connect=$QEMU_URI "start $HOSTNAME; console $HOSTNAME" fi