summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-01-14 18:50:35 +0100
committerDoug Zongker <dougz@google.com>2014-01-14 18:50:35 +0100
commit075ef327d494ea1ce07eb038fcc367fb78b14500 (patch)
tree69baf13920244c540423607869ee9f15f2d49d19
parentMerge "Set SELinux security contexts correctly for init and services." (diff)
downloadandroid_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar.gz
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar.bz2
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar.lz
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar.xz
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.tar.zst
android_bootable_recovery-075ef327d494ea1ce07eb038fcc367fb78b14500.zip
-rw-r--r--etc/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 5f9ce80a2..8d49f24e6 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -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