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

/bootstrap-plugins/chmod - chmod a file on the image

Config parameters

Name Description Default Value
RPI_CHMOD_PERM permissions
RPI_CHMOD_PATH path to chmod target
RPI_CHMOD_RECURSIVE chmod (only files) recursively if true false

Distfiles

none

Examples

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

TODO

Tests

TODO

Clone this wiki locally