introduce SPLASH boolean var to allow skipping splash setup

This commit is contained in:
notfound405 2023-09-12 02:16:08 +08:00
parent ee695a0930
commit 70bc1da2fd

View File

@ -57,7 +57,9 @@ setup_usb_configfs
start_udhcpd
setup_telnetd
gzip -c -d splash.ppm.gz > /splash.ppm
fbsplash -s /splash.ppm
if ! [ "$SPLASH" = false ]; then
gzip -c -d splash.ppm.gz > /splash.ppm
fbsplash -s /splash.ppm
fi
loop_forever