diff options
author | San Mehat <san@google.com> | 2010-01-04 09:41:52 -0800 |
---|---|---|
committer | San Mehat <san@google.com> | 2010-01-04 09:41:52 -0800 |
commit | 37c71dd9a7f488563c97fdca88cca701e2962e45 (patch) | |
tree | 57bf42f10225e3c8c7440c179e0cfd71e75a7c0b /rootdir | |
parent | d674413ff460afe1da049e54bb7a489132799749 (diff) | |
download | system_core-37c71dd9a7f488563c97fdca88cca701e2962e45.zip system_core-37c71dd9a7f488563c97fdca88cca701e2962e45.tar.gz system_core-37c71dd9a7f488563c97fdca88cca701e2962e45.tar.bz2 |
init.rc: Add new /asec mount point
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 71a9882..4aa02c5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -24,6 +24,7 @@ loglevel 3 mkdir /system mkdir /data 0771 system system mkdir /cache 0770 system cache + mkdir /asec 0500 system system mkdir /config 0500 root root mkdir /sqlite_stmt_journals 01777 root root mount tmpfs tmpfs /sqlite_stmt_journals size=4m |