Build script
gpart create -s gpt $md
#gpt boot -b /boot/pmbr -g /boot/gptboot $md
gpart add -b 34 -s 128 -t freebsd-boot $md
#gpart bootcode -b /boot/pmbr $md
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 $md
#gpart bootcode -b /boot/gptboot ${md}p1
gpart add -b 512 -t freebsd-ufs -s 3145728 $md
gpart create -s bsd ${md}p2
gpart show $md
# No .snap, and SU+J
newfs -n -U -L USB /dev/${md}p2
installworld output
+ make DEBUG_FLAGS= DESTDIR=/usr/home/emaste/freebsd-build/mnt installkernel installworld distribution
- Host environment zic used it seems?