diff --git a/share/qemu/bin/linux b/share/qemu/bin/linux index 477eb80..50e9f72 100755 --- a/share/qemu/bin/linux +++ b/share/qemu/bin/linux @@ -2,7 +2,7 @@ name="$(basename "$0")" cd "$(dirname "$(readlink -f "$0")")/.." exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \ - -monitor stdio -enable-kvm -vnc :1 \ + -monitor stdio -enable-kvm \ -cpu host -smp "$(nproc)" \ -m 4G \ -drive "file=images/$(basename "$0").qcow2,if=virtio" \