diff options
Diffstat (limited to 'launch_openbsd_vm.sh')
-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 |