gemini: splash banner on framebuffer console
[openwrt/openwrt.git] / target / linux / gemini / base-files / etc / board.d / 03_splash
1 # SPDX-License-Identifier: GPL-2.0-only
2 # OpenWRT splash screen if using framebuffer console
3
4 if [ ! -d /sys/class/graphics/fbcon ] ; then
5 exit 0
6 fi
7
8 echo 0 > /sys/class/graphics/fbcon/cursor_blink
9 cat /etc/banner > /dev/tty0