diff options
Diffstat (limited to 'etc/init.rc')
-rw-r--r-- | etc/init.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc index 554ed7a5d..7b9bf216c 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 |