We see tons of log messages during the boot time of the development image.
I was able to disable these messages by editing /boot/cmdline.txt
file:
- Replaced
console=tty1
withconsole=tty3
- Added
loglevel=3 vt.global_cursor_default=0
But I am still seeing “Booted, check balena Cloud XXX” message on the screen.
Is there any way to disable this message as well?