summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2013-09-23 20:06:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-23 20:06:57 +0000
commit6b1a027239689a817aa5ca44a2bcbfe48ed21408 (patch)
tree55c72d5f0a9ee9a8556306d385a85115899b49c9 /rootdir
parent777a00e3d193e45d928b1a26de85ae5a238271c4 (diff)
parent4eaf905858c6a1d7cf0639bed3e8de3bd7987646 (diff)
downloadsystem_core-6b1a027239689a817aa5ca44a2bcbfe48ed21408.zip
system_core-6b1a027239689a817aa5ca44a2bcbfe48ed21408.tar.gz
system_core-6b1a027239689a817aa5ca44a2bcbfe48ed21408.tar.bz2
Merge "Create a separate copy of the fsck logs" into klp-dev
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index cd99574..8150a73 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -133,6 +133,10 @@ loglevel 3
# This is needed by any process that uses socket tagging.
chmod 0644 /dev/xt_qtaguid
+# Create location for fs_mgr to store abbreviated output from filesystem
+# checker programs.
+ mkdir /dev/fscklogs 0770 root system
+
on post-fs
# once everything is setup, no need to modify /
mount rootfs rootfs / ro remount