Skip to content
Snippets Groups Projects
Commit bf95c70f authored by Dan Egnor's avatar Dan Egnor
Browse files

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.
parent bace0107
Branches
Tags
No related merge requests found
...@@ -86,11 +86,6 @@ loglevel 3 ...@@ -86,11 +86,6 @@ loglevel 3
write /proc/apanic_console 1 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 # Same reason as /data above
mount yaffs2 mtd@cache /cache nosuid nodev mount yaffs2 mtd@cache /cache nosuid nodev
chown system cache /cache chown system cache /cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment