summaryrefslogtreecommitdiff
path: root/fstab.bullhead
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-03-26 14:22:40 +0900
committerPatrick Tjin <pattjin@google.com>2015-04-09 11:25:29 -0700
commit7ef9779064dd62479fcd39d73d6095725f09d6b1 (patch)
tree4f241059a9ffc689103f1bf637f2aeb08063bd81 /fstab.bullhead
parenta01a0f3ece27451fd331d76373fa644007c48ca4 (diff)
downloadbullhead-7ef9779064dd62479fcd39d73d6095725f09d6b1.tar.gz
Add factory reset protection
- Add /persistent to fstab This is required so the recovery kernel can wipe the partition in case the feature is disabled by Settings > Developer options > Enable OEM unlock. - Add frp location in ro.frp.pst Add the frp partition as: ro.frp.pst=/dev/block/platform/msm_sdcc.1/by-name/persistent - Change ownership to system. Change-Id: I12a9b05eff987ce0de989c774c8d6fd7987e2e4d
Diffstat (limited to 'fstab.bullhead')
-rw-r--r--fstab.bullhead1
1 files changed, 1 insertions, 0 deletions
diff --git a/fstab.bullhead b/fstab.bullhead
index 94b926d..abaa05d 100644
--- a/fstab.bullhead
+++ b/fstab.bullhead
@@ -18,3 +18,4 @@
/dev/block/platform/msm_sdcc.1/by-name/sdi /sdi emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/aboot /aboot emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/imgdata /imgdata emmc defaults defaults
+/dev/block/platform/msm_sdcc.1/by-name/persistent /persistent emmc defaults defaults