diff options
-rwxr-xr-x[-rw-r--r--] | launch_openbsd_vm_with_display.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_openbsd_vm_with_display.sh b/launch_openbsd_vm_with_display.sh index edf003b..b42cef9 100644..100755 --- a/launch_openbsd_vm_with_display.sh +++ b/launch_openbsd_vm_with_display.sh @@ -1,3 +1,3 @@ #!/bin/sh -qemu-system-x86_64 -cpu host -accel kvm -m 4096 -drive file=$HOME/vms/os/openbsd7.6/openbsd.qcow2 -display default +qemu-system-x86_64 -cpu host -accel kvm -m 4096 -drive file=$HOME/vms/os/openbsd7.6/openbsd.qcow2 -display default -nic user,hostfwd=tcp::10022-:22 -vga std |