create additional users for nanobsd

I need to create two additional users with default passwords during the nanobsd build phase. I cannot find any guidelines for doing this.
 
I still don't know where to go with this since the root and home directories are read only. I can't find any guidance as to "what" needs to be pre-loaded into each area, such as the home and etc directories, password files and so on.
 
What type of users are you trying to generate?

Why can they not be generated after the image has been built.
Mount the image, chroot, add the user, exit and unmount.

What you would ideally need is a script/program that can write a line of /etc/passwd to stdout which you could then pipe to $NANO_BASE/etc/passwd
 
Back
Top