diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
| commit | 2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch) | |
| tree | 119772e8479f59f7fae7f26233013b9d6f516eb3 /vm/openbsd | |
| parent | 7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff) | |
.
Diffstat (limited to 'vm/openbsd')
| -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 \ "$@" |
