cookutils rev 40
doc: add information about src and packages mounted with bind
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 07 02:14:20 2011 +0200 (2011-05-07) |
parents | e1a3c5900648 |
children | 8a282c990ecc |
files | doc/cookutils.en.html |
line diff
1.1 --- a/doc/cookutils.en.html Sat May 07 01:44:24 2011 +0200 1.2 +++ b/doc/cookutils.en.html Sat May 07 02:14:20 2011 +0200 1.3 @@ -51,10 +51,20 @@ 1.4 </pre> 1.5 <p> 1.6 By default Tazdev create a chroot in /home/slitaz/cooking/chroot but you 1.7 - can specify a custome path in argument. The chroot place is not important, 1.8 - when you will be in the chroot you will use standard SliTaz path such as 1.9 - /home/slitaz/wok for the wok directory or /home/slitaz/log for all the cook 1.10 - logs. As usual you can diplay tazdev help usage with: tazdev usage. 1.11 + can specify a custome path in argument. The chroot location is not 1.12 + important, when you will be in the chroot you will use standard SliTaz 1.13 + path such as /home/slitaz/wok for the wok directory or /home/slitaz/log 1.14 + for all the cook logs. As usual you can diplay tazdev help usage with: 1.15 + tazdev usage. 1.16 +</p> 1.17 +<p> 1.18 + When you use a chroot they is 2 special directories mounted with the bind 1.19 + option: src and packages. The sources for all packages are stored by default 1.20 + in /home/slitaz/src, this directory is mounted into the chroot so the utils 1.21 + can use them. This method let you share sources between many chroots such 1.22 + as one for cooking and one for stable. The packages directory default 1.23 + location is: /home/slitaz/[version]/packages so they are not in the chroot 1.24 + and safe in case the chroot is removed by error. 1.25 </p> 1.26 1.27 <h3>Getting started</h3>