diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-11-02 10:44:50 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-11-02 10:44:50 +0100 |
commit | d0ec3c608d0f58713071d83620a125f9cca9a76b (patch) | |
tree | d91c5e30ffd074aab94509cd5b7067093fae71d3 /posts | |
parent | 7b411158a05df992eafcbb37186d76ca9203fcae (diff) | |
download | blog-d0ec3c608d0f58713071d83620a125f9cca9a76b.tar |
Update external URL
Diffstat (limited to 'posts')
-rw-r--r-- | posts/first-release-of-installiso.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/first-release-of-installiso.md b/posts/first-release-of-installiso.md index c0d5502..175050e 100644 --- a/posts/first-release-of-installiso.md +++ b/posts/first-release-of-installiso.md @@ -6,7 +6,7 @@ published: 2021-07-24 One year ago I [posted](/posts/autoinstall-openbsd-on-qemu/) how to script an unattended installation of OpenBSD on the QEMU virtual machine monitor on Linux. The script involved setting up a complicated network boot environment because I treated the installation image as a black box. -Of course, I could have mounted the ISO 9660 image and created a modified image using [`mkisofs(8)`](http://cdrtools.sourceforge.net/private/man/cdrecord/mkisofs.8.html). +Of course, I could have mounted the ISO 9660 image and created a modified image using [`mkisofs(8)`](https://cdrtools.sourceforge.net/private/man/cdrecord/mkisofs.8.html). But I didn't know how to insert the [`autoinstall(8)`](https://man.openbsd.org/OpenBSD-6.9/autoinstall) response file into the RAMDISK kernel in the ISO 9660 image. That was no surprise -- why would anyone need to change an OpenBSD kernel on Linux. |