Skip to content

cmdline

Daniel Hiepler edited this page Sep 2, 2023 · 1 revision

/bootstrap-plugins/cmdline - modify cmdline.txt

Config parameters

Name Description Default Value
RPI_CMDLINE_ADD arguments to add
RPI_CMDLINE_REMOVE arguments to remove

Distfiles

none

Examples

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

add processor.max_cstate=1

remove isolcpus=2,3
RPI_CMDLINE_ADD=( "processor.max_cstate=1" )
RPI_CMDLINE_REMOVE=( "isolcpus=2,3" )

Tests

TODO

Clone this wiki locally