diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-01-21 08:45:21 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2013-01-21 08:45:21 -0800 |
| commit | 7cc503720f1a8a6aa9481c5f9fd4552bc463a501 (patch) | |
| tree | 3c9229f54f6ff22e74d8b034fe959069045fc3db /rootdir/init.rc | |
| parent | 36454361efaa4d30a6c8c2cca49121e35ef74f7e (diff) | |
| download | system_core-7cc503720f1a8a6aa9481c5f9fd4552bc463a501.tar.gz system_core-7cc503720f1a8a6aa9481c5f9fd4552bc463a501.tar.bz2 system_core-7cc503720f1a8a6aa9481c5f9fd4552bc463a501.zip | |
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
Diffstat (limited to 'rootdir/init.rc')
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 9a48fade..c344ffe2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -60,8 +60,6 @@ loglevel 3 # See storage config details at http://source.android.com/tech/storage/ mkdir /mnt/shell 0700 shell shell 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 # Directory for putting things only root should see. mkdir /mnt/secure 0700 root root |
