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 c7ff2b2b..8b2041ec 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 |