From 30bb53c4b8a4eb7747e12bc930161892127fc93a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 29 Oct 2024 12:10:38 +0000 Subject: Better command to launch openbsd vm with graphical interface --- launch_openbsd_vm_with_display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 launch_openbsd_vm_with_display.sh (limited to 'launch_openbsd_vm_with_display.sh') diff --git a/launch_openbsd_vm_with_display.sh b/launch_openbsd_vm_with_display.sh old mode 100644 new mode 100755 index edf003b..b42cef9 --- 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 -- cgit v1.2.3