commit | 2ea342a55af2569f94e98668cafdec256101ed2d | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Apr 01 20:30:49 2014 +0200 |
committer | Gerrit Code Review <gerrit2@gerrit> | Tue Apr 01 20:30:49 2014 +0200 |
tree | 8d9f0b229e0f5ef3d14dfbf210db7a3792266bac | |
parent | a7a366e4d4c941c0789249af268bbac1a0d90a4b [diff] | |
parent | 55d654207afc94593d3fc6b4f3e0f1d127568f37 [diff] |
Merge "correctly mount tmpfs as /tmp in recovery" into android-4.4
diff --git a/etc/init.rc b/etc/init.rc index 8cff20e..39724d0 100644 --- a/etc/init.rc +++ b/etc/init.rc
@@ -5,7 +5,7 @@ start healthd on init - export PATH /sbin + export PATH /sbin:/system/bin export LD_LIBRARY_PATH .:/sbin export ANDROID_ROOT /system export ANDROID_DATA /data @@ -16,7 +16,7 @@ mkdir /system mkdir /data mkdir /cache - mount /tmp /tmp tmpfs + mount tmpfs tmpfs /tmp chown root shell /tmp chmod 0775 /tmp