mirror of
https://github.com/dreemurrs-embedded/Jumpdrive.git
synced 2024-11-19 05:09:50 +00:00
introduce SPLASH boolean var to allow skipping splash setup
This commit is contained in:
parent
ee695a0930
commit
70bc1da2fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user