When I wanted to have writeable directories for samba or lighttpd in Voyage 0.6 i done something like this:<div>I made directories in /.sync (for example cache-samba)  which was links to directories in /var/tmp (after system start)- which was writeable. Then start scripts did :  ln -s (for example) /var/tmp/cache-samba /var/cache/samba and I had simply writeable dir.</div>
<div><br></div><div>Is there any easier way to do writeable directories (in RAM of course, not to write on CF) on 0.8.5?</div>