Just some notes to myself on how to setup full disk encryption with a key disk on OpenBSD. Pretty much http://tildedennis.blogspot.com/2013/08/full-disk-encryption-on-openbsd.html and http://www.undeadly.org/cgi?action=article&sid=20110530221728.
2.
cd /dev
sh ./MAKEDEV sd1
fdisk -i sd1 (key disk)
disklabel -E sd1
w
q
install (use crypto disk, sd2)