diff options
-rw-r--r-- | .lycheeignore | 1 | ||||
-rw-r--r-- | posts/autoinstall-openbsd-on-qemu.md | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.lycheeignore b/.lycheeignore index 49fa5a7..d5af41c 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,3 +1,4 @@ http://100.64.1.2:8080/disklabel_template puffy@127.0.0.1 data:, +https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/SHA256 diff --git a/posts/autoinstall-openbsd-on-qemu.md b/posts/autoinstall-openbsd-on-qemu.md index 2d9d291..578bd24 100644 --- a/posts/autoinstall-openbsd-on-qemu.md +++ b/posts/autoinstall-openbsd-on-qemu.md @@ -2,9 +2,13 @@ title: Auto-install OpenBSD on QEMU description: How to perform an unattended installation of OpenBSD on the QEMU virtual machine monitor. published: 2020-07-22 -updated: 2022-03-17 +updated: 2023-10-05 --- +**Update** 5 October 2023: +The two mirrors used below have removed the OpenBSD 6.7 release. +As of this writing, you can still download the files from other mirrors, for example, from [LeaseWeb](https://mirror.leaseweb.com/pub/OpenBSD/6.7/). + **Update** 17 March 2022: Starting with OpenBSD 7.0, [autoinstall(8)](https://man.openbsd.org/OpenBSD-7.0/autoinstall) no longer respects the *TFTP server name* option used below. I've added updated instructions at the end of this post. |