Skip to content

Commit

Permalink
log to RAM instead of disk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasaw committed Aug 9, 2017
1 parent 25889f1 commit 7e97f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/common/postscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rm -rf $TARGET/var/tmp
ln -s /tmp $TARGET/var/cache
ln -s /tmp $TARGET/var/lib
ln -s /tmp $TARGET/var/lock
ln -s /data/log $TARGET/var/log
ln -s /tmp $TARGET/var/log
ln -s /tmp $TARGET/var/run
ln -s /tmp $TARGET/var/spool
ln -s /tmp $TARGET/var/tmp
Expand Down

0 comments on commit 7e97f09

Please sign in to comment.