diff options
| author | Todd Poynor <toddpoynor@google.com> | 2013-11-22 10:45:49 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-22 10:45:49 -0800 |
| commit | fabe8716f81ec419ec854799d0a63c444e91edd3 (patch) | |
| tree | 2a10e632cede4543e9f4348a292e9d88611415b4 | |
| parent | fd91129d5b3c70735a72b54abbeba9342dec49dc (diff) | |
| parent | fd1dd864a896bd6233ee8c75b84d9771148dd9b3 (diff) | |
| download | system_core-fabe8716f81ec419ec854799d0a63c444e91edd3.zip system_core-fabe8716f81ec419ec854799d0a63c444e91edd3.tar.gz system_core-fabe8716f81ec419ec854799d0a63c444e91edd3.tar.bz2 | |
am fd1dd864: am 479efb54: init.rc: mount pstore fs, set console-ramoops permissions
* commit 'fd1dd864a896bd6233ee8c75b84d9771148dd9b3':
init.rc: mount pstore fs, set console-ramoops permissions
| -rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 0301bac..3ce62bb 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |
