# HG changeset patch # User Christophe Lincoln # Date 1305468292 -7200 # Node ID 216d991caed1364dfd69b974e398287b85d8efb4 # Parent 4dec8953be057d5638ada3a41eb27a3adfa80a84 Update doc diff -r 4dec8953be05 -r 216d991caed1 doc/cookutils.en.html --- a/doc/cookutils.en.html Sun May 15 16:01:59 2011 +0200 +++ b/doc/cookutils.en.html Sun May 15 16:04:52 2011 +0200 @@ -357,14 +357,21 @@

Cooker BB started at boot

- The Cooker environment and deamon can automaticaly started at boot time. You - must have cookutils installed on the host and use standard SliTaz to make it - work properly (cooking goes in /home/slitaz/cooking). The deamon script will - mount virtual filesystems if needed as well as source and packages. Sources - files are in /home/slitaz/src and binded into the chroot so you can share - packages source between several version (stable, cooking, undiguest). To - start the daemon you must have a cron file definition for root in the chroot, - the deamon script work like all other system daemon and can be handled with: + The Cooker environment and cron task can automaticaly started at boot time. + You must have cookutils-daemon installed on the host and use standard SliTaz + to make it work properly (cooking goes in /home/slitaz/cooking). The deamon + script will mount virtual filesystems if needed as well as source and + packages. Sources files are in /home/slitaz/src and binded into the chroot + so you can share packages source between several version (stable, cooking, + undiguest). If the package is not yet installed: +

+
+# tazpkg get-install cookutils-daemon
+
+

+ To start the daemon you must have a cron file definition for + root in the chroot, the deamon script work like all other system daemon + and can be handled with:

 # /etc/init.d/cooker [start|stop|restart]