From 2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Wed, 3 May 2023 23:18:40 +0200 Subject: . --- vm/openbsd/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vm/openbsd') diff --git a/vm/openbsd/run.sh b/vm/openbsd/run.sh index ac5d7a9..69cbcca 100755 --- a/vm/openbsd/run.sh +++ b/vm/openbsd/run.sh @@ -5,7 +5,7 @@ set -e cd $(dirname -- "$0") if [ ! -f openbsd.iso ]; then - curl -L -o openbsd.iso https://cdn.openbsd.org/pub/OpenBSD/6.9/i386/cd69.iso + curl -L -o openbsd.iso https://cdn.openbsd.org/pub/OpenBSD/7.3/i386/cd73.iso fi if [ ! -f openbsd.qcow2 ]; then @@ -22,4 +22,5 @@ exec qemu-system-x86_64 \ -netdev user,id=net0 \ -usb \ -device usb-tablet \ + -nographic \ "$@" -- cgit v1.2.3-70-g09d2