Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 772f6e2a authored by Doug Zongker's avatar Doug Zongker Committed by Gerrit Code Review
Browse files

Merge "correctly mount tmpfs as /tmp in recovery"

parents fc729512 075ef327
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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