Coburn
Newbie
Karma: 0
Posts: 4
|
 |
« Reply #2 on: December 28, 2010, 08:52:13 PM » |
|
Your best bet would be to symlink the /var/log directory to somewhere on your SD/MicroSD Card... eg. ln -s /path/to/somewhere/else/log /var/log ...or set it as a tmpfs (stored in RAM until poweroff/reboot) That way, on reboot, your logs would be deleted.
|