Skip to content

password

daniel edited this page May 16, 2021 · 12 revisions

/bootstrap-plugins/password - change password on image

Config parameters

Name Description Default Value
RPI_PASSWORD_USER the user to change the password from pi
RPI_PASSWORD_PW the password (empty for interactive input)
RPI_PASSWORD_CRYPT_METHOD crypt method SHA512

Distfiles

none

Examples

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

TODO

Tests

Clone this wiki locally