-
Notifications
You must be signed in to change notification settings - Fork 1
raspiconfig
Daniel Hiepler edited this page Aug 31, 2023
·
15 revisions
/bootstrap-plugins/raspiconfig - run raspi-config noninteractively
Name | Description | Default Value |
---|---|---|
RPI_RASPICONFIG_NONINT | list of /usr/bin/raspi-config functions + parameters to run | |
RPI_RASPICONFIG_ON | run on first "login" or "boot" | login |
none
RPI_BOOTSTRAP_PLUGINS+=("raspiconfig")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "raspiconfig" ... )
to place at some position in the current list.
RPI_RASPICONFIG_NONINT=(
"do_change_locale de_DE.UTF-8"
"do_change_timezone Europe/Berlin"
)
RPI_RASPICONFIG_NONINT=(
"do_serial 1"
"do_onewire 1"
"do_i2c 1"
"do_spi 1"
"do_camera 1"
)
TODO