cookutils rev 166 1.1

Update doc
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 15 16:04:52 2011 +0200 (2011-05-15)
parents 4dec8953be05
children a66f1d92b9fe
files doc/cookutils.en.html
line diff
     1.1 --- a/doc/cookutils.en.html	Sun May 15 16:01:59 2011 +0200
     1.2 +++ b/doc/cookutils.en.html	Sun May 15 16:04:52 2011 +0200
     1.3 @@ -357,14 +357,21 @@
     1.4  
     1.5  <h3>Cooker BB started at boot</h3>
     1.6  <p>
     1.7 -	The Cooker environment and deamon can automaticaly started at boot time. You
     1.8 -	must have cookutils installed on the host and use standard SliTaz to make it
     1.9 -	work properly (cooking goes in /home/slitaz/cooking). The deamon script will
    1.10 -	mount virtual filesystems if needed as well as source and packages. Sources
    1.11 -	files are in /home/slitaz/src and binded into the chroot so you can share
    1.12 -	packages source between several version (stable, cooking, undiguest). To
    1.13 -	start the daemon you must have a cron file definition for root in the chroot,
    1.14 -	the deamon script work like all other system daemon and can be handled with:
    1.15 +	The Cooker environment and cron task can automaticaly started at boot time.
    1.16 +	You must have cookutils-daemon installed on the host and use standard SliTaz
    1.17 +	to make it work properly (cooking goes in /home/slitaz/cooking). The deamon
    1.18 +	script will mount virtual filesystems if needed as well as source and
    1.19 +	packages. Sources files are in /home/slitaz/src and binded into the chroot
    1.20 +	so you can share packages source between several version (stable, cooking,
    1.21 +	undiguest). If the package is not yet installed:
    1.22 +</p>
    1.23 +<pre>
    1.24 +# tazpkg get-install cookutils-daemon
    1.25 +</pre>
    1.26 +<p>
    1.27 +	To start the daemon you must have a cron file definition for
    1.28 +	root in the chroot, the deamon script work like all other system daemon
    1.29 +	and can be handled with:
    1.30  </p>
    1.31  <pre>
    1.32  # /etc/init.d/cooker [start|stop|restart]