From c362ad689ad24c4f64b58c7cada956808555ec21 Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Mon, 28 May 2012 16:26:48 -0400 Subject: n7000: Do not automatically mount /system in recovery Recovery automounts /system when needed. If system is automatically mounted in recovery.rc and it iss corrupted, recovery can enter a state where /system cannot be unmounted and formatted. Change-Id: I69dfb368d9f06000150a25b7bc085b113fca52b4 --- recovery.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/recovery.rc b/recovery.rc index 225f87e..53a0b2f 100644 --- a/recovery.rc +++ b/recovery.rc @@ -18,9 +18,6 @@ on init mkdir /preload mount /tmp /tmp tmpfs -on fs - mount ext4 /dev/block/mmcblk0p9 /system - on boot # Permissions for mDNIe -- cgit v1.1