X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=vm;fp=vm;h=652c4363e5fe7b04a9086b039a93233dbe17a9de;hp=5c497593c55b8acfd171e266133e2704f7cb724a;hb=7f227400b810cc9e1a97206ef3f2d4acc12c7abd;hpb=8fcb5b8bef8614cf1b111470bc2ae229746c86fd diff --git a/vm b/vm index 5c49759..652c436 100755 --- a/vm +++ b/vm @@ -9,5 +9,5 @@ while echo '' | nc localhost $ssh_port >/dev/null; do ssh_port=$((ssh_port+1)) done echo "Host ssh port: $ssh_port" -qemu-system-x86_64 -enable-kvm -m 2048 -drive file="$image",if=virtio \ +qemu-system-x86_64 -enable-kvm -display sdl -m 2048 -drive file="$image",if=virtio \ -net nic,model=virtio -net user,hostfwd=tcp::${ssh_port}-:22 "$@"