Add a -U option to build NanoBSD images without root privileges. It
relies on makefs/mkimg and metalog (mtree) files, similar to what
release engineering uses to build images.
Keep the current way to build NanoBSD images untouched. Once this
method gets battle tested, it may be used to build images as root as
well.
TODO:
- Unify a tgt_echo function that does echo and writes to the metalog?
- Gather suggestions regarding metalog handling. Specifically debate makefs -F vs. makefs <metalog last argument>