-
Notifications
You must be signed in to change notification settings - Fork 1
cmdline
Daniel Hiepler edited this page Sep 2, 2023
·
1 revision
/bootstrap-plugins/cmdline - modify cmdline.txt
Name | Description | Default Value |
---|---|---|
RPI_CMDLINE_ADD | arguments to add | |
RPI_CMDLINE_REMOVE | arguments to remove |
none
RPI_BOOTSTRAP_PLUGINS+=("cmdline")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "cmdline" ... )
to place at some position in the current list.
remove isolcpus=2,3
RPI_CMDLINE_ADD=( "processor.max_cstate=1" )
RPI_CMDLINE_REMOVE=( "isolcpus=2,3" )
TODO