From f27610481b44e155d866a19fa63b89972ceb5acb Mon Sep 17 00:00:00 2001 From: Ziyan Date: Wed, 6 May 2015 22:30:29 +0200 Subject: Mount /system in charging mode This eliminates the inital 60 second blocking in the kernel while trying to load firmwares. It also makes adb avaliable, which can be handy in some situations. Change-Id: I4c8a64aafbcdc07b6cc206dda001af5ed1aad48d --- rootdir/init.tuna.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rootdir') diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index 7d1e4c3..1f7d52b 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -131,6 +131,9 @@ on fs # Gamma chmod 0666 /sys/devices/platform/omapdss/manager0/gamma +on charger + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ro + on property:persist.sys.tuna.off_mode=* write /d/pm_debug/enable_off_mode ${persist.sys.tuna.off_mode} -- cgit v1.1