summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index be74f6fc2..86e124f15 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -61,7 +61,8 @@ loglevel 3
61 61
62 # See storage config details at http://source.android.com/tech/storage/ 62 # See storage config details at http://source.android.com/tech/storage/
63 mkdir /mnt/shell 0700 shell shell 63 mkdir /mnt/shell 0700 shell shell
64 mkdir /storage 0050 root sdcard_r 64 mkdir /mnt/media_rw 0700 media_rw media_rw
65 mkdir /storage 0751 root sdcard_r
65 66
66 # Directory for putting things only root should see. 67 # Directory for putting things only root should see.
67 mkdir /mnt/secure 0700 root root 68 mkdir /mnt/secure 0700 root root
@@ -133,6 +134,10 @@ loglevel 3
133# This is needed by any process that uses socket tagging. 134# This is needed by any process that uses socket tagging.
134 chmod 0644 /dev/xt_qtaguid 135 chmod 0644 /dev/xt_qtaguid
135 136
137# Create location for fs_mgr to store abbreviated output from filesystem
138# checker programs.
139 mkdir /dev/fscklogs 0770 root system
140
136on post-fs 141on post-fs
137 # once everything is setup, no need to modify / 142 # once everything is setup, no need to modify /
138 mount rootfs rootfs / ro remount 143 mount rootfs rootfs / ro remount