diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-10-05 20:58:45 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-10-05 20:58:45 +0200 |
commit | 6ac068de55d1b1e0cff60838fd6ce57255f07a9d (patch) | |
tree | bcf10e88d8bec030c795b591ce8231e5def6e252 /posts/autoinstall-openbsd-on-qemu.md | |
parent | ca56f3957a9026d8c81a0097652da1388627c2e0 (diff) | |
download | blog-6ac068de55d1b1e0cff60838fd6ce57255f07a9d.tar |
Update OpenBSD 6.7 mirror
Diffstat (limited to 'posts/autoinstall-openbsd-on-qemu.md')
-rw-r--r-- | posts/autoinstall-openbsd-on-qemu.md | 6 |
1 files changed, 5 insertions, 1 deletions
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. |