[FIX] point_of_sale: remove raspi-config message on posbox

Every time the posbox boots it would say something like:

This raspberry pi is not configured, please run raspi-config

Which is a leftover from the original raspbian image. Raspi-config is
removed on the posbox because we don't need it.
This commit is contained in:
Joren Van Onder 2015-10-08 10:31:09 +02:00
parent 546a1d4a32
commit b25af944a1
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ localepurge
rm -rf /usr/share/doc || true
rm -rf /home/pi/python_games || true
# remove raspi-config notice, it's not necessary and it's not installed anyway
rm -f /etc/profile.d/raspi-config.sh || true
# python-usb in wheezy is too old
# the latest pyusb from pip does not work either, usb.core.find() never returns
# this may be fixed with libusb>2:1.0.11-1, but that's the most recent one in raspbian