MycroftOS: Make the HDMI bootup screen pretty again

This commit is contained in:
Peter Steenbergen 2019-12-22 19:29:30 +01:00
parent fbf0c9f590
commit 8e897038b7
2 changed files with 3 additions and 1 deletions

View File

@ -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]

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB