There since introduction, lucked out since it is the last case.
No functional change.
-# $OpenBSD: install.md,v 1.40 2023/03/29 00:25:47 kn Exp $
+# $OpenBSD: install.md,v 1.41 2023/03/29 16:20:17 kn Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
case $(sysctl -n machdep.compatible) in
apple,*) _plat=apple;;
pine64,pine64*(+)) _plat=pine64;;
- raspberrypi,*) _plat=rpi;
+ raspberrypi,*) _plat=rpi;;
esac
if ! installboot -r /mnt ${1}; then