-
Notifications
You must be signed in to change notification settings - Fork 1
userconf
Daniel Hiepler edited this page Aug 31, 2023
·
1 revision
/bootstrap-plugins/userconf - add user before running bootstrap via userconf.txt
Name | Description | Default Value |
---|---|---|
RPI_USERCONF_USER | user(s) to create | |
RPI_USERCONF_PASS | password(s) to set |
none
RPI_BOOTSTRAP_PLUGINS+=("userconf")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "userconf" ... )
to place at some position in the current list.
RPI_USERCONF_USER=( "pi" "joe" )
RPI_USERCONF_PASS=( "raspberry" "raspberry" )
TODO