diff options
Diffstat (limited to 'posts/first-release-of-installiso.md')
-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. |