# HG changeset patch # User Christophe Lincoln # Date 1304727260 -7200 # Node ID 12fe3e17e20afd24b4edf3b538d25544e3d2cc8a # Parent e1a3c5900648d519ef29eca685087d99e8d5904b doc: add information about src and packages mounted with bind diff -r e1a3c5900648 -r 12fe3e17e20a doc/cookutils.en.html --- a/doc/cookutils.en.html Sat May 07 01:44:24 2011 +0200 +++ b/doc/cookutils.en.html Sat May 07 02:14:20 2011 +0200 @@ -51,10 +51,20 @@

By default Tazdev create a chroot in /home/slitaz/cooking/chroot but you - can specify a custome path in argument. The chroot place is not important, - when you will be in the chroot you will use standard SliTaz path such as - /home/slitaz/wok for the wok directory or /home/slitaz/log for all the cook - logs. As usual you can diplay tazdev help usage with: tazdev usage. + can specify a custome path in argument. The chroot location is not + important, when you will be in the chroot you will use standard SliTaz + path such as /home/slitaz/wok for the wok directory or /home/slitaz/log + for all the cook logs. As usual you can diplay tazdev help usage with: + tazdev usage. +

+

+ When you use a chroot they is 2 special directories mounted with the bind + option: src and packages. The sources for all packages are stored by default + in /home/slitaz/src, this directory is mounted into the chroot so the utils + can use them. This method let you share sources between many chroots such + as one for cooking and one for stable. The packages directory default + location is: /home/slitaz/[version]/packages so they are not in the chroot + and safe in case the chroot is removed by error.

Getting started