diff options
-rwxr-xr-x | bin/debvm-run | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index 77f2f3b..cc82fe1 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -363,11 +363,13 @@ else set -- \ -device virtio-gpu-gl-pci \ -display gtk,gl=on \ - -device virtio-keyboard-pci \ - -device virtio-tablet-pci \ "$@" ;; esac + set -- \ + -device virtio-keyboard-pci \ + -device virtio-tablet-pci \ + "$@" fi if test -n "$SSHPORT"; then |