Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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