From 18e8aa5e279d35253df2529b2535dd8a7a5c7c69 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 12 Aug 2018 12:47:37 +0300 Subject: [PATCH] Add note about customizing the boot graphics. --- first-boot.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/first-boot.md b/first-boot.md index 9e1c65d..3cf7608 100644 --- a/first-boot.md +++ b/first-boot.md @@ -41,3 +41,9 @@ Because you're running a fully-featured Chromium, you can customize it further b ## Adjusting your resolution If the display auto-detection fails and chooses a funky default resolution for you, [there's a few things you can do](https://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html) to try and fix that. + +## Replacing the boot graphics + +The image that's displayed while the kiosk is starting can be changed by just replacing `background.png` in the home directory. + +To change the default chilipie-kiosk boot graphics to a nice doge, for example, try `wget -O background.png https://bit.ly/2w1P4Il`.