diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-27 17:12:53 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-27 17:12:53 +0000 |
commit | 50fb8639b57f395691efb9cda4038dc678175228 (patch) | |
tree | cd8b290e74e5ba12d7edbdb42460ecb2ea130a9b | |
parent | f5bc9f423375a6f094fcc66e86efa9ddf56b6897 (diff) |
Adds script to launch qemu openbsd vm
-rwxr-xr-x | launch_openbsd_vm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launch_openbsd_vm.sh b/launch_openbsd_vm.sh new file mode 100755 index 0000000..53411b5 --- /dev/null +++ b/launch_openbsd_vm.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +qemu-system-x86_64 -hda /home/lemon/vms/os/openbsd7.6/openbsd.qcow2 -nic user,hostfwd=tcp::10022-:22 -serial mon:stdio -nographic |