-
Notifications
You must be signed in to change notification settings - Fork 1
useradd
Daniel Hiepler edited this page Aug 24, 2023
·
1 revision
/bootstrap-plugins/useradd - create new user
Name | Description | Default Value |
---|---|---|
RPI_USERADD | user(s) to create |
none
RPI_BOOTSTRAP_PLUGINS+=("useradd")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "useradd" ... )
to place at some position in the current list.
RPI_USERADD=( "syslog" "joe" )
TODO