rc: use sdlog2 -t option

sdlog2: move all logs and conv.zip to "log" dir, messages cleanup
This commit is contained in:
Anton Babushkin
2014-01-19 22:56:24 +01:00
parent 40a0ac5736
commit 5e3c365cd4
2 changed files with 68 additions and 65 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ if [ -d /fs/microsd ]
then
if [ $BOARD == fmuv1 ]
then
sdlog2 start -r 50 -a -b 16
sdlog2 start -r 50 -a -b 16 -t
else
sdlog2 start -r 200 -a -b 16
sdlog2 start -r 200 -a -b 16 -t
fi
fi