cookutils rev 482 slitaz-tank

doc: Update docs.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 11 16:12:30 2012 +0000 (2012-06-11)
parents 2fe7f7a1becd
children ee10b96cd87b
files doc/cookutils.en.html
line diff
     1.1 --- a/doc/cookutils.en.html	Mon Jun 11 15:49:54 2012 +0000
     1.2 +++ b/doc/cookutils.en.html	Mon Jun 11 16:12:30 2012 +0000
     1.3 @@ -173,6 +173,22 @@
     1.4  # cook search busybox
     1.5  </pre>
     1.6  
     1.7 +<h3>Unbuild</h3>
     1.8 +<p>
     1.9 +	Unbuild is to provide a list of packages you don't have build based on
    1.10 +	fullco.txt file. It will echo a list of packages that you have not build:
    1.11 +	(Note: This also makes a unbuild file in your cache folder.)
    1.12 +</p>
    1.13 +<pre>
    1.14 +# cook unbuild
    1.15 +</pre>
    1.16 +<p>
    1.17 +	If you want a more full list with wanted packages use this option:
    1.18 +</p>
    1.19 +<pre>
    1.20 +# cook unbuild --full
    1.21 +</pre>
    1.22 +
    1.23  <h3>Packages DB list</h3>
    1.24  <p>
    1.25  	Cook can list packages in the wok and also create a suitable packages list
    1.26 @@ -192,6 +208,25 @@
    1.27  <pre>
    1.28  # cook pkgdb
    1.29  </pre>
    1.30 +<p>
    1.31 +	To update DB for incoming or packages do this:
    1.32 +</p>
    1.33 +<pre>
    1.34 +# cook pkgdb incoming
    1.35 +# cook pkgdb packages
    1.36 +</pre>
    1.37 +
    1.38 +<p>
    1.39 +	For the most part pkgdb rebuilds wanted.txt, depends.txt, and libraries.txt. 
    1.40 +	But to build or update fullco.txt in packages you need to do this:
    1.41 +</p>
    1.42 +<p>
    1.43 +	NOTE: fullco.txt is the full cookorder to help rebuild slitaz from scratch 
    1.44 +	and slitaz source dvd.
    1.45 +</p>
    1.46 +<pre>
    1.47 +# cook gen-wok-db
    1.48 +</pre>
    1.49  
    1.50  <a name="cooker"></a>
    1.51  <h3>The Cooker</h3>