summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-01-14 18:50:35 +0100
committerMatt Mower <mowerm@gmail.com>2014-03-27 22:19:41 +0100
commit55d654207afc94593d3fc6b4f3e0f1d127568f37 (patch)
tree8e2311f628ae94cc3b7f1e9d489b0300448883d1 /etc
parentRe-arrange handling of settings storage partition (diff)
downloadandroid_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar.gz
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar.bz2
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar.lz
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar.xz
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.tar.zst
android_bootable_recovery-55d654207afc94593d3fc6b4f3e0f1d127568f37.zip
Diffstat (limited to 'etc')
-rw-r--r--etc/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 8cff20ec6..39724d066 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -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