Skip to content

userconf

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

/bootstrap-plugins/userconf - add user before running bootstrap via userconf.txt

Config parameters

Name Description Default Value
RPI_USERCONF_USER user(s) to create
RPI_USERCONF_PASS password(s) to set

Distfiles

none

Examples

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

create new user "syslog" and "joe" with password "raspberry"

RPI_USERCONF_USER=( "pi" "joe" )
RPI_USERCONF_PASS=( "raspberry" "raspberry" )

Tests

TODO

Clone this wiki locally