Let me apologize in advance for what might be stupid questions...  I'm new to Plan9, but steeped in  QNX, NetBSD, and Linux (multiple strikes against me, I guess).

I'm running 9front installed from 9front-8013.d9e940a768d1.amd64.iso following http://fqa.9front.org/fqa4.html and updating mountcwfs as instructed in 4.3.6.1.

I'm building as user glenda and I'm able to build tools, userland, and kernel without issue.  But the final image is missing /usr/glenda, init can't cd to /usr/glenda.  I'm building the SDCard img file with:
cd /sys/lib/dist
bind / /n/src9
mk test.pi3.img.gz
What am I missing?

thx in advance.