Merge "correctly mount tmpfs as /tmp in recovery"
This commit is contained in:
commit
772f6e2a88
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ on early-init
|
||||||
start healthd
|
start healthd
|
||||||
|
|
||||||
on init
|
on init
|
||||||
export PATH /sbin
|
export PATH /sbin:/system/bin
|
||||||
export ANDROID_ROOT /system
|
export ANDROID_ROOT /system
|
||||||
export ANDROID_DATA /data
|
export ANDROID_DATA /data
|
||||||
export EXTERNAL_STORAGE /sdcard
|
export EXTERNAL_STORAGE /sdcard
|
||||||
|
@ -23,7 +23,7 @@ on init
|
||||||
mkdir /system
|
mkdir /system
|
||||||
mkdir /data
|
mkdir /data
|
||||||
mkdir /cache
|
mkdir /cache
|
||||||
mount /tmp /tmp tmpfs
|
mount tmpfs tmpfs /tmp
|
||||||
|
|
||||||
chown root shell /tmp
|
chown root shell /tmp
|
||||||
chmod 0775 /tmp
|
chmod 0775 /tmp
|
||||||
|
|
Loading…
Reference in a new issue