-
Notifications
You must be signed in to change notification settings - Fork 1
adduser
daniel edited this page May 16, 2021
·
13 revisions
/bootstrap-plugins/adduser - add pi user to group
Name | Description | Default Value |
---|---|---|
RPI_ADDUSER_GROUP | group to add user to |
none
RPI_BOOTSTRAP_PLUGINS+=("adduser")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "adduser" ... )
to place at some position in the current list.
RPI_ADDUSER_GROUP=( "disk" "staff" )
TODO