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

Commit fabe8716 authored by Todd Poynor's avatar Todd Poynor Committed by Android Git Automerger
Browse files

am fd1dd864: am 479efb54: init.rc: mount pstore fs, set console-ramoops permissions

* commit 'fd1dd864':
  init.rc: mount pstore fs, set console-ramoops permissions
parents fd91129d fd1dd864
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -143,6 +143,11 @@ loglevel 3
# checker programs.
    mkdir /dev/fscklogs 0770 root system

# pstore/ramoops previous console log
    mount pstore pstore /sys/fs/pstore
    chown system log /sys/fs/pstore/console-ramoops
    chmod 0440 /sys/fs/pstore/console-ramoops

on post-fs
    # once everything is setup, no need to modify /
    mount rootfs rootfs / ro remount