openbsd: add 7.1

This commit is contained in:
Jason Lenz 2022-06-20 17:56:56 -05:00 committed by Drew DeVault
parent 189cebe60b
commit e4c3056ee4
4 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1 @@
../functions

3
images/openbsd/7.1/genimg Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export openbsd_version="7.1"
exec ../genimg "$@"

View File

@ -211,9 +211,7 @@ sync
# root fs done, install bootloader
mount /dev/vnd0a /mnt
# For some reason we need chroot here or the resulting image won't boot. Fortunately, it seems to work even
# when cross-building
chroot /mnt installboot -v vnd0
installboot -vr /mnt vnd0
umount /mnt
vnconfig -u vnd0

View File

@ -1 +1 @@
7.0
7.1