#782 added debug info

This commit is contained in:
rootzoll 2019-12-12 13:33:37 +01:00
parent 9fc20f38df
commit da975d2dcf

View File

@ -151,6 +151,7 @@ if [ "${baseImage}" = "raspbian" ]; then
echo "max_usb_current=1" | sudo tee -a /boot/config.txt
# run fsck on sd boot partition on every startup to prevent "maintenance login" screen
# see: https://github.com/rootzoll/raspiblitz/issues/782#issuecomment-564981630
# use command to check last fsck check: sudo tune2fs -l /dev/mmcblk0p2
sudo tune2fs -c 1 /dev/mmcblk0p2
fi