mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
replace raspbian boot splash image
This commit is contained in:
parent
9f9c38bf37
commit
f641a79537
@ -597,7 +597,7 @@ sudo /usr/sbin/groupadd --force --gid 9706 lndwalletkit
|
|||||||
sudo /usr/sbin/groupadd --force --gid 9707 lndrouter
|
sudo /usr/sbin/groupadd --force --gid 9707 lndrouter
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "*** SHELL SCRIPTS AND ASSETS ***"
|
echo "*** SHELL SCRIPTS & ASSETS ***"
|
||||||
|
|
||||||
# copy raspiblitz repo from github
|
# copy raspiblitz repo from github
|
||||||
cd /home/admin/
|
cd /home/admin/
|
||||||
@ -631,6 +631,12 @@ fi
|
|||||||
# add /sbin to path for all
|
# add /sbin to path for all
|
||||||
sudo bash -c "echo 'PATH=\$PATH:/sbin' >> /etc/profile"
|
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 ""
|
||||||
echo "*** RASPIBLITZ EXTRAS ***"
|
echo "*** RASPIBLITZ EXTRAS ***"
|
||||||
|
|
||||||
|
BIN
pictures/splash.png
Normal file
BIN
pictures/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Loading…
Reference in New Issue
Block a user