From 1863fb213766e8fbba6036663ddce4d6cb828e68 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Thu, 15 Sep 2011 11:33:19 -0700 Subject: Move crypto key storage location for Prime off of /efs /efs is changing to a read-only filesystem, so the risk of corrupting factory calibration data is much less. That means the key storage for encryption must move. A new bootloader has taken 64 kbytes from the recovery partition and made it into a new metadata partition. There is no filesystem on it, the keys are being stored directly on the block device. Change-Id: Ide27c72cc232949e11f190abedd9ae7342b00142 --- init.tuna.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index c94184d..33564b2 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -28,7 +28,7 @@ on post-fs-data on boot mount debugfs /sys/kernel/debug /sys/kernel/debug chmod 0666 /dev/pvrsrvkm - setprop ro.crypto.keyfile.userdata /efs/userdata_footer + setprop ro.crypto.keyfile.userdata /dev/block/platform/omap/omap_hsmmc.0/by-name/metadata on fs mkdir /efs 0775 radio radio -- cgit v1.1