Time Machine on OpenBSD Minimalist installation of Apple's Time Machine on an OpenBSD box Ingredients OpenBSD Netatalk Installation On the server: Install netatalk # pkg_add netatalk
OpenBSD on a Raspberry Pi 4B Minimalist installation of OpenBSD on a Raspberry Pi 4 Ingredients Raspberry Pi 4 Model B OpenBSD 7.3 arm64 image 1 USB flash drive 1 ssd USB to TTL Serial Adapter Done with a macOS Ventura 13.5.1 box, but almost any would do
OpenBSD on Apple M2 with QEMU Minimalist installation of OpenBSD on the Apple M2 using QEMU Ingredients Apple M2 running macOS Sonoma 14.4.1 QEMU version 8.2.1 OpenBSD 7.5 arm64 Installation install QEMU with Homebrew brew install qemu, also possible with MacPorts Write a script with execute permissions chmod +x qemu_aarch64_install_openbsd.sh for installing the image.