diff options
| author | Vasu Nori <vnori@google.com> | 2010-01-26 23:12:37 -0800 |
|---|---|---|
| committer | Vasu Nori <vnori@google.com> | 2010-01-26 23:12:37 -0800 |
| commit | 55a1f0827be9920b093152cffb6eddd613d04bc9 (patch) | |
| tree | 272e4c3e8fdfa73d4d0441759b007c6d111fdb29 | |
| parent | 58936f72b239fa8c065673dab065d3a8c98b95d6 (diff) | |
| download | system_core-55a1f0827be9920b093152cffb6eddd613d04bc9.tar.gz system_core-55a1f0827be9920b093152cffb6eddd613d04bc9.tar.bz2 system_core-55a1f0827be9920b093152cffb6eddd613d04bc9.zip | |
dont create sqlite_stmt_journals dir.
this shoudl not be required any longer. in fact, some test-writers are
abusing this dir.
| -rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index cd977e2c..34302618 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -19,14 +19,12 @@ loglevel 3 symlink /system/etc /etc symlink /sys/kernel/debug /d -# create mountpoints and mount tmpfs on sqlite_stmt_journals +# create mountpoints mkdir /sdcard 0000 system system mkdir /system mkdir /data 0771 system system mkdir /cache 0770 system cache mkdir /config 0500 root root - mkdir /sqlite_stmt_journals 01777 root root - mount tmpfs tmpfs /sqlite_stmt_journals size=4m # create Android Secure External Cache mount tree mkdir /asec 0700 system system |
