diff options
-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 |