am a01b6467: am 772f6e2a: Merge "correctly mount tmpfs as /tmp in recovery"

* commit 'a01b646794fc207da657d7b8ef779c9d842acfde':
  correctly mount tmpfs as /tmp in recovery
This commit is contained in:
Doug Zongker
2014-01-14 18:28:35 +00:00
committed by Android Git Automerger
+2 -2
View File
@@ -12,7 +12,7 @@ on early-init
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 @@ on init
mkdir /system
mkdir /data
mkdir /cache
mount /tmp /tmp tmpfs
mount tmpfs tmpfs /tmp
chown root shell /tmp
chmod 0775 /tmp