diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-07-27 18:07:26 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-07-27 18:07:26 +0200 |
commit | 39d1971cdce6e52bee7f3a965fc045d3e5df352a (patch) | |
tree | 81a03de2f196fcde68141c8f8a5a73da4bd27855 /posts/autoinstall-openbsd-on-qemu.md | |
parent | 3accb262ce2b082a8afe257b4a03f1a9ccc36782 (diff) | |
download | blog-39d1971cdce6e52bee7f3a965fc045d3e5df352a.tar |
Fix broken link
Diffstat (limited to 'posts/autoinstall-openbsd-on-qemu.md')
-rw-r--r-- | posts/autoinstall-openbsd-on-qemu.md | 2 |
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: |