-
Notifications
You must be signed in to change notification settings - Fork 1
chown
daniel edited this page May 16, 2021
·
12 revisions
/bootstrap-plugins/chown - chown for pi user
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 |
none
RPI_BOOTSTRAP_PLUGINS+=("chown")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "chown" ... )
to place at some position in the current list.
TODO
TODO