Skip to content

Commit

Permalink
[script] add wallpaper magic
Browse files Browse the repository at this point in the history
  • Loading branch information
htruong committed Mar 10, 2018
1 parent a791504 commit 3a386ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/customize-image-pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ house_keeping() {

chown pi:pi /home/pi/.openauto_saved.ini

# wallaper magic :)
touch /boot/wallpaper.png
ln -s /boot/wallpaper.png /home/pi/wallpaper.png
chown pi:pi /home/pi/wallpaper.png
rm /boot/wallpaper.png

# set the hostname
echo "crankshaft" > /etc/hostname
sed -i "s/raspberrypi/crankshaft/" /etc/hosts
Expand Down

0 comments on commit 3a386ad

Please sign in to comment.