From 47e9710fe5c8f9e72ab0370334101f38bfc279ab Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Mon, 21 Jan 2013 08:45:21 -0800 Subject: Revert "init.rc: Create /storage mountpoint so Dalvik can mark as slave in zygotes" This reverts commit 36454361efaa4d30a6c8c2cca49121e35ef74f7e, since the tmpfs is clobbering mountpoints created by init.hardware.rc. Most (all?) devices with non-emulated SDs are currently b0rked. Change-Id: Ib34660e2d45473775757e94800fc4ec57f6c8d77 --- rootdir/init.rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index e806f3d..53f8fef 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -22,8 +22,6 @@ on early-init # create mountpoints mkdir /mnt 0775 root system mkdir /storage 0050 root sdcard_r - # Create mountpoint so Dalvik can mark as slave in zygotes. - mount tmpfs tmpfs /storage mode=0050,uid=0,gid=1028 # Allow system UID to setenforce and set booleans. chown system system /selinux/enforce -- cgit v1.1