diff options
Diffstat (limited to 'vm/openbsd/run.sh')
| -rwxr-xr-x | vm/openbsd/run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ "$@" |
