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