am 772f6e2a: Merge "correctly mount tmpfs as /tmp in recovery"
* commit '772f6e2a8865934bb57aaeea8354a75a47ee753f':
correctly mount tmpfs as /tmp in recovery
diff --git a/etc/init.rc b/etc/init.rc
index 5f9ce80..8d49f24 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -12,7 +12,7 @@
start healthd
on init
- export PATH /sbin
+ export PATH /sbin:/system/bin
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
@@ -23,7 +23,7 @@
mkdir /system
mkdir /data
mkdir /cache
- mount /tmp /tmp tmpfs
+ mount tmpfs tmpfs /tmp
chown root shell /tmp
chmod 0775 /tmp