Merge "correctly mount tmpfs as /tmp in recovery" into android-4.4

This commit is contained in:
Dees Troy
2014-04-01 20:30:49 +02:00
committed by Gerrit Code Review
+2 -2
View File
@@ -5,7 +5,7 @@ on early-init
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 @@ on init
mkdir /system
mkdir /data
mkdir /cache
mount /tmp /tmp tmpfs
mount tmpfs tmpfs /tmp
chown root shell /tmp
chmod 0775 /tmp