From 000dfae7c507ef288e96cd1319caf58a0fc33693 Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Sun, 8 Mar 2015 16:32:41 +0100 Subject: [PATCH] recovery: init: mount pstore fs Change-Id: Id3bf8763ccde54f87fde5cdf2db511649c376aa4 Signed-off-by: Vojtech Bocek --- etc/init.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/init.rc b/etc/init.rc index bdf9ec07..3eacac93 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -49,6 +49,9 @@ on init # Start essential services start servicemanager + # pstore/ramoops previous console log + mount pstore pstore /sys/fs/pstore + on boot ifup lo hostname localhost