diff options
author | Vojtech Bocek <vbocek@gmail.com> | 2015-03-08 16:32:41 +0100 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-29 00:06:32 +0800 |
commit | c6e3e15a582d2a3be5774bf52d832a329106f671 (patch) | |
tree | 80bf32258c21d3db9a12655c060f75451e0c5da2 | |
parent | 05cb10e194db5ac3cdfb07c32e78787b571affb6 (diff) |
recovery: init: Mount pstore FS
Change-Id: Id3bf8763ccde54f87fde5cdf2db511649c376aa4
Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
-rw-r--r-- | etc/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index 5cacb8bd..4306b701 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -38,6 +38,9 @@ on init write /proc/sys/kernel/panic_on_oops 1 write /proc/sys/vm/max_map_count 1000000 + # pstore/ramoops previous console log + mount pstore pstore /sys/fs/pstore + on boot ifup lo hostname localhost |