mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-28 17:39:44 +01:00
MycroftOS: Make the HDMI bootup screen pretty again
This commit is contained in:
parent
fbf0c9f590
commit
8e897038b7
@ -8,8 +8,10 @@ User=mycroft
|
||||
WorkingDirectory=/home/mycroft
|
||||
Type=oneshot
|
||||
ExecStartPre=fbv -f -d 1 /opt/mycroft/splash/logo.png > /dev/null 2>&1
|
||||
ExecStartPre=/bin/bash -c 'while ! ping -q -c 1 -W 1 1.1.1.1 >/dev/null 2>&1; do sleep 1; done'
|
||||
ExecStartPre=/bin/bash -c 'fbv -f -d 1 /opt/mycroft/splash/waiting.png > /dev/null 2>&1;\
|
||||
while ! ping -q -c 1 -W 1 1.1.1.1 >/dev/null 2>&1; do sleep 1; done'
|
||||
ExecStart=/bin/true
|
||||
ExecStartPost=fbv -f -d 1 /opt/mycroft/splash/logo.png > /dev/null 2>&1
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
BIN
buildroot-external/rootfs-overlay/opt/mycroft/splash/waiting.png
Normal file
BIN
buildroot-external/rootfs-overlay/opt/mycroft/splash/waiting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
Loading…
x
Reference in New Issue
Block a user