am 48a6d3de: am ac3ab308: Merge "Fix Mac OS build for libziparchive."
* commit '48a6d3de590714f4e913c6cc3135a455126df91d':
Fix Mac OS build for libziparchive.
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 109f15b..3976032 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -139,6 +139,11 @@
# checker programs.
mkdir /dev/fscklogs 0770 root system
+# pstore/ramoops previous console log
+ mount pstore pstore /sys/fs/pstore
+ chown system log /sys/fs/pstore/console-ramoops
+ chmod 0440 /sys/fs/pstore/console-ramoops
+
on post-fs
# once everything is setup, no need to modify /
mount rootfs rootfs / ro remount