mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
RPi: explicitly select framebuffer console in cmdline.txt
This prevents boot messages being sent to the (possibly unconnected) serial console. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
d54ec8093f
commit
a43ba0706a
@ -18,6 +18,9 @@
|
||||
# default: default mainline kernel
|
||||
LINUX="raspberrypi"
|
||||
|
||||
# use framebuffer console
|
||||
EXTRA_CMDLINE="console=tty0"
|
||||
|
||||
################################################################################
|
||||
# setup build defaults
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user