diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 10:23:56 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 10:23:56 +0200 |
commit | e699c3ec492b7c9128f4c89d71e6b9aec3c4fbda (patch) | |
tree | 226b9615e273bed9ac85ae9dbd59bed382a31d2d /posts/autoinstall-openbsd-on-qemu.md | |
parent | bf1e137081e83cc1961f85c5040daf2eaa262d8b (diff) | |
download | blog-e699c3ec492b7c9128f4c89d71e6b9aec3c4fbda.tar |
Update external URLs
Diffstat (limited to 'posts/autoinstall-openbsd-on-qemu.md')
-rw-r--r-- | posts/autoinstall-openbsd-on-qemu.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/posts/autoinstall-openbsd-on-qemu.md b/posts/autoinstall-openbsd-on-qemu.md index ac1e985..748bc26 100644 --- a/posts/autoinstall-openbsd-on-qemu.md +++ b/posts/autoinstall-openbsd-on-qemu.md @@ -38,7 +38,7 @@ We will perform the following steps: We will use the following tools: -* [curl](https://curl.haxx.se/), a data transfer tool (and library) +* [curl](https://curl.se/), a data transfer tool (and library) * [OpenSSH](https://www.openssh.com/), a remote login tool * [QEMU](https://www.qemu.org/), a virtual machine monitor (or hypervisor) * [rsync](https://rsync.samba.org/), an incremental file transfer tool @@ -58,7 +58,7 @@ First, we create the relevant part of the [directory layout](https://www.openbsd $ mkdir -p mirror/pub/OpenBSD/6.7/amd64 -Second, we fetch the base public key from the official HTTPS mirror using [curl(1)](https://curl.haxx.se/docs/manpage.html): +Second, we fetch the base public key from the official HTTPS mirror using [curl(1)](https://curl.se/docs/manpage.html): $ curl \ --output mirror/pub/OpenBSD/6.7/openbsd-67-base.pub \ @@ -251,7 +251,7 @@ I think it should be possible to avoid that using a corresponding guest forwardi You can also verify the [SHA256 checksums](https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/SHA256) of the fetched files if you cannot use [signify(1)](https://man.openbsd.org/OpenBSD-6.7/signify). [^response-file]: - You can serve per-host response files for [autoinstall(8)](https://www.tumfatig.net/20190426/openbsd-automatic-upgrade/) by prefixing the MAC address or the hostname. + You can serve per-host response files for [autoinstall(8)](https://www.tumfatig.net/2019/openbsd-automatic-upgrade/) by prefixing the MAC address or the hostname. Besides, you can add the response file to the RAM disk kernel `bsd.rd` using [rdsetroot(8)](https://man.openbsd.org/OpenBSD-6.7/rdsetroot). [^restrict-network]: |