mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Make the HDMI bootup screen pretty again
This commit is contained in:
@@ -8,8 +8,10 @@ User=mycroft
|
|||||||
WorkingDirectory=/home/mycroft
|
WorkingDirectory=/home/mycroft
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStartPre=fbv -f -d 1 /opt/mycroft/splash/logo.png > /dev/null 2>&1
|
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
|
ExecStart=/bin/true
|
||||||
|
ExecStartPost=fbv -f -d 1 /opt/mycroft/splash/logo.png > /dev/null 2>&1
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[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 |
Reference in New Issue
Block a user