diff options
| author | Dan Egnor <egnor@google.com> | 2009-11-23 19:25:44 -0800 |
|---|---|---|
| committer | Dan Egnor <egnor@google.com> | 2009-11-23 19:25:44 -0800 |
| commit | 7359c16a852c23740ef2874aa6b66f629d1473b7 (patch) | |
| tree | f502efdec077722bc9dd62a54c4e17396a249cd7 /rootdir | |
| parent | d3fe19fa14102bbd520365beb1a86778ffb8014c (diff) | |
| download | system_core-7359c16a852c23740ef2874aa6b66f629d1473b7.tar.gz system_core-7359c16a852c23740ef2874aa6b66f629d1473b7.tar.bz2 system_core-7359c16a852c23740ef2874aa6b66f629d1473b7.zip | |
Don't copy /proc/last_kmsg to /data/dontpanic/last_kmsg --
it gets generated on every boot, so this is a bunch of writing
for no particularly good reason.
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index cd3fd9e3..808255ee 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -86,11 +86,6 @@ loglevel 3 write /proc/apanic_console 1 - # Collect ramconsole data - copy /proc/last_kmsg /data/dontpanic/last_kmsg - chown root log /data/dontpanic/last_kmsg - chmod 0640 /data/dontpanic/last_kmsg - # Same reason as /data above mount yaffs2 mtd@cache /cache nosuid nodev chown system cache /cache |
