Skip to content

useradd

Daniel Hiepler edited this page Aug 24, 2023 · 1 revision

/bootstrap-plugins/useradd - create new user

Config parameters

Name Description Default Value
RPI_USERADD user(s) to create

Distfiles

none

Examples

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

create new user "syslog" and "joe"

RPI_USERADD=( "syslog" "joe" )

Tests

TODO

Clone this wiki locally