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.
This commit is contained in:
Dan Egnor 2009-11-23 19:25:44 -08:00
parent d3fe19fa14
commit 7359c16a85

View file

@ -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