diff --git a/build_sdcard.sh b/build_sdcard.sh index f633a3bd..0eb68334 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -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 ***" diff --git a/pictures/splash.png b/pictures/splash.png new file mode 100644 index 00000000..801f27d9 Binary files /dev/null and b/pictures/splash.png differ