roku san update sets default device configuration.

This commit is contained in:
2023-06-08 14:09:55 +01:00
parent 6ec1c0b009
commit 950656d25d

5
san
View File

@@ -295,7 +295,7 @@ zms_client()
plethora msg-receive /zip-server plethora msg-receive /zip-server
set +x set +x
} }
/
zms_hotswap_stress_test() zms_hotswap_stress_test()
{ {
local PLUGIN="/nvram/plugins/$1.zip" local PLUGIN="/nvram/plugins/$1.zip"
@@ -514,5 +514,8 @@ mount /nvram -o remount,exec
sh -c "while true ; do noreset; sleep 5; done" & sh -c "while true ; do noreset; sleep 5; done" &
EOF EOF
fi fi
ConfigService -so fw.apibroker.failsafe-disable=true
ConfigService -so fw.fastboot.capture.snapshot=false
ConfigService -so fw.system.cs-boot-loop-count=20
} }