summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index a0a98134b..21ebccb79 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -136,6 +136,11 @@ loglevel 3
136# checker programs. 136# checker programs.
137 mkdir /dev/fscklogs 0770 root system 137 mkdir /dev/fscklogs 0770 root system
138 138
139# pstore/ramoops previous console log
140 mount pstore pstore /sys/fs/pstore
141 chown system log /sys/fs/pstore/console-ramoops
142 chmod 0440 /sys/fs/pstore/console-ramoops
143
139on post-fs 144on post-fs
140 # once everything is setup, no need to modify / 145 # once everything is setup, no need to modify /
141 mount rootfs rootfs / ro remount 146 mount rootfs rootfs / ro remount