It is in /etc/init.d/voyage-sync.
On 24/12/2010 19:09, Voy User wrote:
This is what I am trying to understand. As per my understanding this is how stuff used to work in 0.3 - Whatever you needed writable was stored in the image itself in /ro. For eg a config file you needed which was supposed to be in /etc/prod/prod.conf - the base version was stored in /ro/etc/prod/prod.conf - /rw was empty in the image - the actual /etc/prod was a soft link to /rw/etc/prod - At boot time, /etc/init.d/mountall.sh has line tar -C /ro -cf - . tar -C /rw -xf - So at booting everying in /ro was copied to the empty /rw directory. Let me know if I am mistaken in my above understanding. In 0.6.5, there isn't any /ro directory in the image. There is an empty /rw. There is no tar line in mountall.sh So how will this work in 0.6.5?
_______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
