mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
89627a3392
Currently the only supported variable is RESIN_HOST_EXTLINUX_isolcpus Change-type: minor Closes: #671 Signed-off-by: Cameron Diver <cameron@resin.io>
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
DEFAULT primary
|
|
TIMEOUT 30
|
|
MENU TITLE Boot Options
|
|
LABEL primary
|
|
MENU LABEL primary Image
|
|
LINUX /Image
|
|
APPEND ${cbootargs} ${resin_kernel_root} ro rootwait |