mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Merge branch 'de#4517 reactivate watchdogv' into v1.11
This commit is contained in:
parent
dc5999a3c7
commit
4325658924
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ if [ "${baseimage}" = "raspios_arm64" ]; then
|
|||
fi
|
||||
echo "max_usb_current=1" | tee -a $configFile
|
||||
echo "dtparam=nvme" | tee -a $configFile
|
||||
echo "dtparam=watchdog=off" | tee -a $configFile
|
||||
echo "dtparam=watchdog=on" | tee -a $configFile
|
||||
echo 'dtoverlay=pi3-disable-bt' | tee -a $configFile
|
||||
echo 'dtoverlay=disable-bt' | tee -a $configFile
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue