freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Add user to groups #171

Closed johalun closed 7 years ago

johalun commented 7 years ago

Use option User username group1 group2 ... to create a user and add to secondary groups.

This uses 'pw' instead of editing group file with sed directly.

kientzle commented 7 years ago

Thank you!