diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-05-28 16:26:48 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-05-28 16:26:48 -0400 |
commit | c362ad689ad24c4f64b58c7cada956808555ec21 (patch) | |
tree | 717e238a0442147c4f224fa75eb0e97260c86ec5 | |
parent | 7871dde631c05dfc8f0174dade3dbf30f7f3773d (diff) | |
download | device_samsung_n7000-c362ad689ad24c4f64b58c7cada956808555ec21.zip device_samsung_n7000-c362ad689ad24c4f64b58c7cada956808555ec21.tar.gz device_samsung_n7000-c362ad689ad24c4f64b58c7cada956808555ec21.tar.bz2 |
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
-rw-r--r-- | recovery.rc | 3 |
1 files changed, 0 insertions, 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 |