mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
#782 added debug info
This commit is contained in:
parent
9fc20f38df
commit
da975d2dcf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user