From 950656d25d8c2cbe4cb6c13fb6c95c6f2468e342 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 8 Jun 2023 14:09:55 +0100 Subject: [PATCH] roku san update sets default device configuration. --- san | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/san b/san index 99e43e4..ea6ac5f 100644 --- a/san +++ b/san @@ -295,7 +295,7 @@ zms_client() plethora msg-receive /zip-server set +x } -/ + zms_hotswap_stress_test() { local PLUGIN="/nvram/plugins/$1.zip" @@ -514,5 +514,8 @@ mount /nvram -o remount,exec sh -c "while true ; do noreset; sleep 5; done" & EOF fi + ConfigService -so fw.apibroker.failsafe-disable=true + ConfigService -so fw.fastboot.capture.snapshot=false + ConfigService -so fw.system.cs-boot-loop-count=20 }