Skip to content
daniel edited this page May 16, 2021 · 12 revisions

/bootstrap-plugins/chown - chown for pi user

Config parameters

Name Description Default Value
RPI_CHOWN_USER user (if not pi) 1000:1000
RPI_CHOWN_PATH path to chown target
RPI_CHOWN_RECURSIVE chown recursively if true false

Distfiles

none

Examples

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

TODO

Tests

TODO

Clone this wiki locally