Skip to content

adduser

daniel edited this page May 16, 2021 · 13 revisions

/bootstrap-plugins/adduser - add pi user to group

Config parameters

Name Description Default Value
RPI_ADDUSER_GROUP group to add user to

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("adduser") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "adduser" ... ) to place at some position in the current list.

add user to "disk" and "staff" group

RPI_ADDUSER_GROUP=( "disk" "staff" )

Tests

TODO

Clone this wiki locally