-
Notifications
You must be signed in to change notification settings - Fork 1
config
daniel edited this page May 16, 2021
·
13 revisions
/bootstrap-plugins/config - modify /boot/config.txt
Name | Description | Default Value |
---|---|---|
RPI_CONFIG_ADD | "key=value" pairs to append to config.txt | |
RPI_CONFIG_REMOVE | "key=value" pairs to delete from config.txt |
- /boot/config.txt
RPI_BOOTSTRAP_PLUGINS+=("config")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "config" ... )
to place at some position in the current list.
RPI_CONFIG_ADD="dtparam=audio=off"
RPI_CONFIG_ADD=( "dtparam=i2c_arm=off" "dtparam=spi=off" )
TODO