summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-30 11:05:16 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-30 11:05:16 +0200
commit71924540624d898e93b20b94f61fa87b41f6100f (patch)
treeb08701946fc5034804ea8abaf51947ebd6c7cf9a
parent523d810cfb84df2770b2e9928d2d729153c831b6 (diff)
downloadblog-71924540624d898e93b20b94f61fa87b41f6100f.tar
Update external URL
-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 748bc26..2d9d291 100644
--- a/posts/autoinstall-openbsd-on-qemu.md
+++ b/posts/autoinstall-openbsd-on-qemu.md
@@ -23,7 +23,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](http://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](https://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.