From ecc69c99280ad7b8244018514253dfaaf0a3b8dd Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 1 Apr 2020 14:35:10 +0100 Subject: [PATCH] build_sdcard: remove MagPi pdf from Raspiban --- build_sdcard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index bace4982b..d1f6adc06 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -100,6 +100,8 @@ if [ "${baseImage}" = "raspbian" ] || [ "${baseImage}" = "dietpi" ] ; then # https://github.com/rootzoll/raspiblitz/issues/684 sudo sed -i "s/^ SendEnv LANG LC.*/# SendEnv LANG LC_*/g" /etc/ssh/ssh_config + # remove unneccesary files + sudo rm -rf /home/pi/MagPi fi # remove some (big) packages that are not needed