mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-01-18 05:12:53 +01: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
|
||||
|
||||
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
BIN
pictures/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Loading…
Reference in New Issue
Block a user