summaryrefslogtreecommitdiff
path: root/posts/autoinstall-openbsd-on-qemu.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/autoinstall-openbsd-on-qemu.md')
-rw-r--r--posts/autoinstall-openbsd-on-qemu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/autoinstall-openbsd-on-qemu.md b/posts/autoinstall-openbsd-on-qemu.md
index ca80cfa..9868879 100644
--- a/posts/autoinstall-openbsd-on-qemu.md
+++ b/posts/autoinstall-openbsd-on-qemu.md
@@ -15,7 +15,7 @@ You can then adapt this so-called _response file_ to your needs and feed it to t
In the remainder of this post, I will show how to auto-install OpenBSD/amd64 6.7 on the QEMU PC system emulator 5.0.0.
In the end, I will present a simple yet [complete POSIX shell script](/files/autoinstall-openbsd-on-qemu.sh) to get the job done.
The script is intended to run on Linux, though.
-If you already have a running OpenBSD installation, you should consider to use OpenBSD's own hypervisor [vmm(4)](https://man.openbsd.org/OpenBSD-6.7/vmm) instead of QEMU as described in the [OpenBSD FAQ](https://www.openbsd.org/faq/faq16.html) and in this [blog post](https://eradman.com/posts/autoinstall-openbsd.html) by Eric Radman.
+If you already have a running OpenBSD installation, you should consider to use OpenBSD's own hypervisor [vmm(4)](https://man.openbsd.org/OpenBSD-6.7/vmm) instead of QEMU as described in the [OpenBSD FAQ](https://www.openbsd.org/faq/faq16.html) and in this [blog post](http://eradman.com/posts/autoinstall-openbsd.html) by Eric Radman.
We will perform the following steps:
Generated by cgit. See skreutz.com for my tech blog and contact information.