Skip to content

Instantly share code, notes, and snippets.

View moritzbuhl's full-sized avatar

Moritz (ᠮᠣᠷᠢᠲᡯ 王亢宝) Buhl moritzbuhl

View GitHub Profile
@moritzbuhl
moritzbuhl / test.log
Created August 10, 2026 13:27
swtpm OpenBSD port test.log
Making check in include
Making check in swtpm
Making check in man
Making check in man3
Making check in man5
Making check in man8
Making check in samples
Making check in src
Making check in utils
Making check in swtpm
@moritzbuhl
moritzbuhl / openbsd-rockpis.sh
Last active September 11, 2021 10:39
OpenBSD Installation on the Rock Pi S
#!/bin/sh
# Jonathan helped me installing OpenBSD on a Rock Pi S this is how.
# Thank you jonathan!
# I haven't tested this again.
set -eu
if [ -z ${1:-} ] || [ ${1#sd} -lt 1 ]
then