replace raspbian boot splash image

This commit is contained in:
rootzoll 2021-09-06 16:44:12 +02:00
parent 9f9c38bf37
commit f641a79537
2 changed files with 7 additions and 1 deletions

View File

@ -597,7 +597,7 @@ sudo /usr/sbin/groupadd --force --gid 9706 lndwalletkit
sudo /usr/sbin/groupadd --force --gid 9707 lndrouter
echo ""
echo "*** SHELL SCRIPTS AND ASSETS ***"
echo "*** SHELL SCRIPTS & ASSETS ***"
# copy raspiblitz repo from github
cd /home/admin/
@ -631,6 +631,12 @@ fi
# add /sbin to path for all
sudo bash -c "echo 'PATH=\$PATH:/sbin' >> /etc/profile"
# replace boot splash image when raspbian
if [ "${baseimage}" == "raspbian" ]; then
echo "* replacing boot splash"
sudo cp /home/admin/raspiblitz/pictures/splash.png /usr/share/plymouth/themes/pix/splash.png
fi
echo ""
echo "*** RASPIBLITZ EXTRAS ***"

BIN
pictures/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB