SF.net SVN: morphix: [2385] trunk/how_tos/all_man_pages

[email protected] Tue, 15 Aug 2006 14:31:45 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2385
Author:   bmsleight
Date:     2006-08-15 14:31:23 -0700 (Tue, 15 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2385&view=rev

Log Message:
-----------
Man pages (Huge commit) Added morphix-chroot tool

Modified Paths:
--------------
    trunk/how_tos/all_man_pages/all_man_pages.txt
    trunk/how_tos/all_man_pages/all_man_pages.xml
    trunk/how_tos/all_man_pages/html/ar01s02.html
    trunk/how_tos/all_man_pages/html/ar01s03.html
    trunk/how_tos/all_man_pages/html/ar01s04.html
    trunk/how_tos/all_man_pages/html/ar01s05.html
    trunk/how_tos/all_man_pages/html/ar01s06.html
    trunk/how_tos/all_man_pages/html/ar01s07.html
    trunk/how_tos/all_man_pages/html/ar01s08.html
    trunk/how_tos/all_man_pages/html/ar01s09.html
    trunk/how_tos/all_man_pages/html/ar01s10.html
    trunk/how_tos/all_man_pages/html/ar01s11.html
    trunk/how_tos/all_man_pages/html/ar01s12.html
    trunk/how_tos/all_man_pages/html/ar01s13.html
    trunk/how_tos/all_man_pages/html/index.html
    trunk/how_tos/all_man_pages/html/ix01.html
    trunk/how_tos/all_man_pages/man/mmaker.1
    trunk/how_tos/all_man_pages/man/morphix-rebrand.1
    trunk/how_tos/all_man_pages/man_xml/mmaker.xml
    trunk/how_tos/all_man_pages/man_xml/morphix-rebrand.xml
    trunk/how_tos/all_man_pages/prepare_xml_html_man.sh
Modified: trunk/how_tos/all_man_pages/all_man_pages.txt
===================================================================
--- trunk/how_tos/all_man_pages/all_man_pages.txt	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/all_man_pages.txt	2006-08-15 21:31:23 UTC (rev 2385)
@@ -66,6 +66,10 @@
 '- addtoiso (morphix-addtoiso)' +
         Creates a morphix mini module, using a template file.
 
+indexterm:morphix-chroot[morphix-chroot]
+'- morphix-chroot (morphix-chroot)' +
+        chroot into a Morphix MainModule
+
 indexterm:morphix-rebrand[morphix-rebrand]
 '- morphix-rebrand (morphix-rebrand)' +
         Rebrands a Morphix LiveCD using a graphix.png file.
@@ -92,6 +96,8 @@
 
 include::./man_source/morphmini.txt[]
 
+include::./man_source/morphix-chroot.txt[]
+
 include::./man_source/morphix-rebrand.txt[]
 
 Index

Modified: trunk/how_tos/all_man_pages/all_man_pages.xml
===================================================================
--- trunk/how_tos/all_man_pages/all_man_pages.xml	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/all_man_pages.xml	2006-08-15 21:31:23 UTC (rev 2385)
@@ -94,6 +94,12 @@
         Creates a morphix mini module, using a template file.</simpara>
 
 <simpara><indexterm>
+  <primary>morphix-chroot</primary>
+</indexterm>
+<emphasis>- morphix-chroot (morphix-chroot)</emphasis>
+        chroot into a Morphix MainModule</simpara>
+
+<simpara><indexterm>
   <primary>morphix-rebrand</primary>
 </indexterm>
 <emphasis>- morphix-rebrand (morphix-rebrand)</emphasis>
@@ -964,7 +970,7 @@
 
     &lt;description&gt;possibly multiline description of module&lt;/description&gt;
 
-    &lt;type&gt;[mainmod|basemod|minimod]&lt;/type&gt; (
+    &lt;type&gt;[mainmod|basemod|minimod]&lt;/type&gt;
         &lt;!-- currently only main/basemod are useful  --&gt;
 
     &lt;suite&gt;[sid|sarge|woody|unstable|testing|stable]&lt;/suite&gt;
@@ -1009,15 +1015,21 @@
       ...
     &lt;/packagelist&gt;
 
+    &lt;localdeblist&gt;
+
+      &lt;localdeb&gt;/path/to/package.deb&lt;/localdeb&gt;
+        &lt;!-- this package from the host system is copied into the build directory and installed using dpkg -i. It is removed afterwards --&gt;
+    &lt;/localdeblist&gt;
+
     &lt;patchlist&gt;
 
-      &lt;patch&gt;path/to/shellscript.sh&lt;/patch&gt; (
-        &lt;!-- shell script on HOST system, gets the build directory as $1 --&gt;
+      &lt;patch&gt;path/to/shellscript.sh&lt;/patch&gt;
+        &lt;!-- shell script on host system, gets copied into the root of the build directory and is executed. It is removed afterwards --&gt;
     &lt;/patchlist&gt;
 
     &lt;commandlist&gt;
 
-      &lt;command&gt;echo "Real Morphers idle on #morphix"&lt;/command&gt; (
+      &lt;command&gt;echo "Real Morphers idle on #morphix"&lt;/command&gt;
         &lt;!-- shell command run in the build chroot, just before compressing --&gt;
     &lt;/commandlist&gt;
 
@@ -1650,6 +1662,72 @@
 </section>
 </section>
 <section>
+<title>MORPHIX_CHROOT(1)</title>
+<simpara>Brendan Sleight &lt;[email protected]_removed.com&gt;</simpara>
+
+<section>
+<title>NAME</title>
+<simpara>morphix-chroot - chroot into a Morphix MainModule</simpara>
+
+</section>
+<section>
+<title>SYNOPSIS</title>
+<simpara><emphasis>morphix-chroot</emphasis> MainModule.mod</simpara>
+
+</section>
+<section>
+<title>DESCRIPTION</title>
+<simpara>This script extracts a MainModule, then drops you into the root of the file system
+We can make any changes we need to the MainModule,  it is just like you are running the compressed file system, rather than the current filesystem.
+Once finished we re-compresses the MainModule</simpara>
+
+<simpara>The MainModule must be on a partition that has been mounted with the option dev, (-o dev)</simpara>
+
+</section>
+<section>
+<title>EXAMPLES</title>
+<variablelist>
+<varlistentry>
+<term>
+Rebrand
+</term>
+<listitem>
+<simpara>
+        morphix-rebrand /tmp/morphing-morphix.mod
+</simpara>
+</listitem>
+</varlistentry>
+</variablelist>
+</section>
+<section>
+<title>SECURITY</title>
+<simpara>Needs to be run as root or via sudo. So has security implications.</simpara>
+
+</section>
+<section>
+<title>NOTES</title>
+<simpara>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</simpara>
+
+</section>
+<section>
+<title>BUGS</title>
+<simpara>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools and morphix-mmaker.</simpara>
+
+</section>
+<section>
+<title>AUTHORS</title>
+<simpara>Written by Alex de Landgraaf and other Morphix developers. <ulink url="http://www.morphix.org/">Morphix web site</ulink>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</simpara>
+
+<simpara>This man page was written by Brendan Sleight using <ulink url="http://www.methods.co.nz/asciidoc/">asciidoc</ulink></simpara>
+
+</section>
+<section>
+<title>SEE ALSO</title>
+<simpara><emphasis role="strong">addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</emphasis></simpara>
+
+</section>
+</section>
+<section>
 <title>MORPHIX_REBRAND(1)</title>
 <simpara>Brendan Sleight &lt;[email protected]_removed.com&gt;</simpara>
 
@@ -1665,8 +1743,8 @@
 </section>
 <section>
 <title>DESCRIPTION</title>
-<simpara>This script Re-brands a Morphix CD image using the graphic file. Any Graphic file will do. Rebrand.png, Rebrand.jpg or Rebrand.gif
-The name of the graphics file is importnat as the script takes Rebrand as the new title for the LiveCd.
+<simpara>This script Re-brands a Morphix CD image using a single graphics file. Any Graphic file will do. Rebrand.png, Rebrand.jpg or Rebrand.gif
+The name of the graphics file is important as the script takes Rebrand as the new title for the LiveCd.
 Need to have be able to run the mount command, i.e. must be root"</simpara>
 
 </section>

Modified: trunk/how_tos/all_man_pages/html/ar01s02.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s02.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s02.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -24,5 +24,7 @@
         Add file to an iso, without having to copy the file all within the image</p><p><a class="indexterm" name="id2471417"></a>
 <span class="emphasis"><em>- addtoiso (morphix-addtoiso)</em></span>
         Creates a morphix mini module, using a template file.</p><p><a class="indexterm" name="id2471434"></a>
+<span class="emphasis"><em>- morphix-chroot (morphix-chroot)</em></span>
+        chroot into a Morphix MainModule</p><p><a class="indexterm" name="id2471450"></a>
 <span class="emphasis"><em>- morphix-rebrand (morphix-rebrand)</em></span>
         Rebrands a Morphix LiveCD using a graphix.png file.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Morphix Man Pages&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MODULE-BUILDER(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s03.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s03.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s03.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MODULE-BUILDER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s02.html" title="Preface"><link rel="next" href="ar01s04.html" title="MODULE-EXTRACTOR(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MODULE-BUILDER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s02.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="
 20%" align="right">&#160;<a accesskey="n" href="ar01s04.html">Next</a></td></tr></table><h
 r></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2471450"></a>MODULE-BUILDER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471462"></a>NAME</h3></div></div></div><p>module-builder - builds a morphix module from an unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471473"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>module-builder</em></span> [OPTIONS&#8230;] unpacked-module-directory outputfile.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471488"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command builds a mor
 phix module <span class="emphasis"><em>outputfile.mod</em></span> from the directory <span
  class="emphasis"><em>unpacked-module-directory</em></span></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471506"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MODULE-BUILDER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s02.html" title="Preface"><link rel="next" href="ar01s04.html" title="MODULE-EXTRACTOR(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MODULE-BUILDER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s02.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="
 20%" align="right">&#160;<a accesskey="n" href="ar01s04.html">Next</a></td></tr></table><h
 r></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2471466"></a>MODULE-BUILDER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471478"></a>NAME</h3></div></div></div><p>module-builder - builds a morphix module from an unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471489"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>module-builder</em></span> [OPTIONS&#8230;] unpacked-module-directory outputfile.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471504"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command builds a mor
 phix module <span class="emphasis"><em>outputfile.mod</em></span> from the directory <span
  class="emphasis"><em>unpacked-module-directory</em></span></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471522"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 <span class="emphasis"><em>-l LABEL</em></span>
 </span></dt><dd>
                 set the CD label if no label is given (default: Morphix)
@@ -18,8 +18,8 @@
 <span class="emphasis"><em>iso9660</em></span>
 </span></dt><dd>
                                 faster, default. Only overlayable with translucency/mini_fo
-</dd></dl></div></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471684"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+</dd></dl></div></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471700"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a mini-module
 </span></dt><dd>
         module-builder /tmp/building-module/ /tmp/Morphix-Mini-1.mod
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471710"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471721"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471735"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2471749"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471777"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s02.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MODULE-EXTRACTOR(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471726"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471738"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471751"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2471765"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471794"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s02.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MODULE-EXTRACTOR(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s04.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s04.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s04.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MODULE-EXTRACTOR(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s03.html" title="MODULE-BUILDER(1)"><link rel="next" href="ar01s05.html" title="MAKE-ISO(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MODULE-EXTRACTOR(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s03.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td w
 idth="20%" align="right">&#160;<a accesskey="n" href="ar01s05.html">Next</a></td></tr></ta
 ble><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2471794"></a>MODULE-EXTRACTOR(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471806"></a>NAME</h3></div></div></div><p>module-extractor - extracts a morphix module from an unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471818"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>module-extractor</em></span> inputfile.mod  unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471830"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command extracts a morp
 hix module <span class="emphasis"><em>inputfile.mod</em></span> to the directory <span cla
 ss="emphasis"><em>unpacked-module-directory</em></span></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471848"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MODULE-EXTRACTOR(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s03.html" title="MODULE-BUILDER(1)"><link rel="next" href="ar01s05.html" title="MAKE-ISO(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MODULE-EXTRACTOR(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s03.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td w
 idth="20%" align="right">&#160;<a accesskey="n" href="ar01s05.html">Next</a></td></tr></ta
 ble><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2471810"></a>MODULE-EXTRACTOR(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471822"></a>NAME</h3></div></div></div><p>module-extractor - extracts a morphix module from an unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471834"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>module-extractor</em></span> inputfile.mod  unpacked-module-directory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471846"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command extracts a morp
 hix module <span class="emphasis"><em>inputfile.mod</em></span> to the directory <span cla
 ss="emphasis"><em>unpacked-module-directory</em></span></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471864"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a mini-module
 </span></dt><dd>
         module-builder /tmp/Morphix-Mini-1.mod /tmp/building-module/
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471874"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471885"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471899"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2471913"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472193"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s03.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-BUILDER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MAKE-ISO(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471890"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471902"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2471915"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2472181"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472210"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s03.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-BUILDER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MAKE-ISO(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s05.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s05.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s05.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,7 +1,7 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MAKE-ISO(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s04.html" title="MODULE-EXTRACTOR(1)"><link rel="next" href="ar01s06.html" title="ISOMORPH(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MAKE-ISO(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" ali
 gn="right">&#160;<a accesskey="n" href="ar01s06.html">Next</a></td></tr></table><hr></div>
 <div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2472210"></a>MAKE-ISO(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472222"></a>NAME</h3></div></div></div><p>make-iso - make an morphix iso from sourcedirectory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472233"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>make-iso</em></span> sourcedirectory destination.iso [Label]</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472246"></a>DESCRIPTION</h3></div></div></div><p>This script generates internal md5sum file for the sourcedirectory
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MAKE-ISO(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s04.html" title="MODULE-EXTRACTOR(1)"><link rel="next" href="ar01s06.html" title="ISOMORPH(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MAKE-ISO(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" ali
 gn="right">&#160;<a accesskey="n" href="ar01s06.html">Next</a></td></tr></table><hr></div>
 <div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2472226"></a>MAKE-ISO(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472238"></a>NAME</h3></div></div></div><p>make-iso - make an morphix iso from sourcedirectory</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472249"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>make-iso</em></span> sourcedirectory destination.iso [Label]</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472262"></a>DESCRIPTION</h3></div></div></div><p>This script generates internal md5sum file for the sourcedirectory
 and then generates a bootable live CD from the <span class="emphasis"><em>sourcedirectory</em></span>
-Naturally, destination.iso is the output</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472265"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+Naturally, destination.iso is the output</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472281"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a mini-module
 </span></dt><dd>
         make-iso /tmp/morphix-cd-files/ /tmp/Morphix-cd.iso
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472290"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472302"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472315"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2472329"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472358"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-EXTRACTOR(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ISOMORPH(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472306"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472318"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472331"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2472345"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472374"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-EXTRACTOR(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ISOMORPH(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s06.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s06.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s06.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ISOMORPH(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s05.html" title="MAKE-ISO(1)"><link rel="next" href="ar01s07.html" title="MMAKER(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ISOMORPH(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right"
 >&#160;<a accesskey="n" href="ar01s07.html">Next</a></td></tr></table><hr></div><div class
 ="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2472375"></a>ISOMORPH(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472386"></a>NAME</h3></div></div></div><p>isomorph - manipulate a morphix iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472397"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>isomorph</em></span> &#8212;add     [OPTIONS&#8230;] [ file | file path | option ]  OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;del     [OPTIONS&#8230;] [ file | file path | option ]  OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;del-all [OPTIONS&#8230;] OLDISO NEWISO</p><p><spa
 n class="emphasis"><em>isomorph</em></span> &#8212;get     [OPTIONS&#8230;] ISO DIRECTORY<
 /p><p><span class="emphasis"><em>isomorph</em></span> &#8212;list    [OPTIONS&#8230;] ISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;list-xml ISO</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472449"></a>DESCRIPTION</h3></div></div></div><p>This script manipulates a morphix iso. Modular parts are added, deleted extracted or listed from the iso.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472461"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ISOMORPH(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s05.html" title="MAKE-ISO(1)"><link rel="next" href="ar01s07.html" title="MMAKER(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ISOMORPH(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right"
 >&#160;<a accesskey="n" href="ar01s07.html">Next</a></td></tr></table><hr></div><div class
 ="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2472391"></a>ISOMORPH(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472403"></a>NAME</h3></div></div></div><p>isomorph - manipulate a morphix iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472413"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>isomorph</em></span> &#8212;add     [OPTIONS&#8230;] [ file | file path | option ]  OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;del     [OPTIONS&#8230;] [ file | file path | option ]  OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;del-all [OPTIONS&#8230;] OLDISO NEWISO</p><p><spa
 n class="emphasis"><em>isomorph</em></span> &#8212;get     [OPTIONS&#8230;] ISO DIRECTORY<
 /p><p><span class="emphasis"><em>isomorph</em></span> &#8212;list    [OPTIONS&#8230;] ISO</p><p><span class="emphasis"><em>isomorph</em></span> &#8212;list-xml ISO</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472466"></a>DESCRIPTION</h3></div></div></div><p>This script manipulates a morphix iso. Modular parts are added, deleted extracted or listed from the iso.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2472478"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 <span class="emphasis"><em>&#8212;add</em></span> [OPTIONS&#8230;] [ file | file path | option ]  OLDISO NEWISO 
 </span></dt><dd><p>
                 Add modular parts to the <span class="emphasis"><em>OLDISO</em></span> making a <span class="emphasis"><em>NEWISO</em></span>
@@ -146,8 +146,8 @@
 <span class="emphasis"><em>&#8212;list-xml</em></span> ISO
 </span></dt><dd>
                 List all morphix files in XML format from the <span class="emphasis"><em>ISO</em></span>
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519740"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519756"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Add a boot parameter to a Morphix iso
 </span></dt><dd>
         isomorph &#8212;add boot "splash=n" /tmp/old.iso /tmp/new.iso
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519767"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519779"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519792"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2519806"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519835"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-ISO(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MMAKER(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519784"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519795"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519808"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2519822"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519851"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-ISO(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MMAKER(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s07.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s07.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s07.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MMAKER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s06.html" title="ISOMORPH(1)"><link rel="next" href="ar01s08.html" title="ISOMAKER(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MMAKER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s06.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&
 #160;<a accesskey="n" href="ar01s08.html">Next</a></td></tr></table><hr></div><div class="
 section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2519852"></a>MMAKER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519864"></a>NAME</h3></div></div></div><p>mmaker - Creates a morphix base or morphix main module, using template files</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519875"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>mmaker</em></span> [-g debootstrap.tar.gz] [-b debootstrap.tar.bz] [-m miniroot.gz] [-k vmlinuz-mykernel] [-t /tempdir] [-c] [-d /debootstrapped] [-p http://proxy.mydomain.com:8080] [-v] [-i] input.xml output.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title
 "><a name="id2519891"></a>DESCRIPTION</h3></div></div></div><p>Mmaker creates a Morphix ba
 se or main module <span class="emphasis"><em>output.mod</em></span>, using a xml template file <span class="emphasis"><em>input.xml</em></span>. A really lazy way to build parts of a LiveCD.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519911"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MMAKER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s06.html" title="ISOMORPH(1)"><link rel="next" href="ar01s08.html" title="ISOMAKER(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MMAKER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s06.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&
 #160;<a accesskey="n" href="ar01s08.html">Next</a></td></tr></table><hr></div><div class="
 section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2519868"></a>MMAKER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519880"></a>NAME</h3></div></div></div><p>mmaker - Creates a morphix base or morphix main module, using template files</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519891"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>mmaker</em></span> [-g debootstrap.tar.gz] [-b debootstrap.tar.bz] [-m miniroot.gz] [-k vmlinuz-mykernel] [-t /tempdir] [-c] [-d /debootstrapped] [-p http://proxy.mydomain.com:8080] [-v] [-i] input.xml output.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title
 "><a name="id2519907"></a>DESCRIPTION</h3></div></div></div><p>Mmaker creates a Morphix ba
 se or main module <span class="emphasis"><em>output.mod</em></span>, using a xml template file <span class="emphasis"><em>input.xml</em></span>. A really lazy way to build parts of a LiveCD.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2519927"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 <span class="emphasis"><em>-g debootstrap.tar.gz</em></span>
 </span></dt><dd>
                 Use a local debian bootstrap, rather than download from repository.
@@ -38,7 +38,7 @@
 <span class="emphasis"><em>-i</em></span>
 </span></dt><dd>
                 Interactive mode - may not work.
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520108"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520124"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a Morphix base module
 </span></dt><dd>
         mmaker -m /my/livecd/boot/miniroot.gz -k /my/livecd/boot/vmlinuz basemod.xml /my/livecd/base/morphix
@@ -46,7 +46,7 @@
 Build a Morphix main module
 </span></dt><dd>
          mmaker firefox.xml firefox.mod
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520151"></a>EXAMPLES -TEMPLATES</h3></div></div></div><pre class="screen">Quick overview on the layout of a template. For examples, see the
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520167"></a>EXAMPLES -TEMPLATES</h3></div></div></div><pre class="screen">Quick overview on the layout of a template. For examples, see the
 template/ directory.
 
 ---
@@ -65,7 +65,7 @@
 
     &lt;description&gt;possibly multiline description of module&lt;/description&gt;
 
-    &lt;type&gt;[mainmod|basemod|minimod]&lt;/type&gt; (
+    &lt;type&gt;[mainmod|basemod|minimod]&lt;/type&gt;
         &lt;!-- currently only main/basemod are useful  --&gt;
 
     &lt;suite&gt;[sid|sarge|woody|unstable|testing|stable]&lt;/suite&gt;
@@ -110,17 +110,23 @@
       ...
     &lt;/packagelist&gt;
 
+    &lt;localdeblist&gt;
+
+      &lt;localdeb&gt;/path/to/package.deb&lt;/localdeb&gt;
+        &lt;!-- this package from the host system is copied into the build directory and installed using dpkg -i. It is removed afterwards --&gt;
+    &lt;/localdeblist&gt;
+
     &lt;patchlist&gt;
 
-      &lt;patch&gt;path/to/shellscript.sh&lt;/patch&gt; (
-        &lt;!-- shell script on HOST system, gets the build directory as $1 --&gt;
+      &lt;patch&gt;path/to/shellscript.sh&lt;/patch&gt;
+        &lt;!-- shell script on host system, gets copied into the root of the build directory and is executed. It is removed afterwards --&gt;
     &lt;/patchlist&gt;
 
     &lt;commandlist&gt;
 
-      &lt;command&gt;echo "Real Morphers idle on #morphix"&lt;/command&gt; (
+      &lt;command&gt;echo "Real Morphers idle on #morphix"&lt;/command&gt;
         &lt;!-- shell command run in the build chroot, just before compressing --&gt;
     &lt;/commandlist&gt;
 
   &lt;/group&gt;
-&lt;/comps&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520216"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520227"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520240"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-t
 ools and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><d
 iv><div><h3 class="title"><a name="id2520254"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520283"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><
 td width="40%" align="left"><a accesskey="p" href="ar01s06.html">Prev</a>&#160;</td><td wi
 dth="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ISOMORPH(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ISOMAKER(1)</td></tr></table></div></body></html>
+&lt;/comps&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520232"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520243"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520256"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-t
 ools and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><d
 iv><div><h3 class="title"><a name="id2520270"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520300"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><
 td width="40%" align="left"><a accesskey="p" href="ar01s06.html">Prev</a>&#160;</td><td wi
 dth="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ISOMORPH(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ISOMAKER(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s08.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s08.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s08.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ISOMAKER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s07.html" title="MMAKER(1)"><link rel="next" href="ar01s09.html" title="MAKE-MINI(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ISOMAKER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s07.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right
 ">&#160;<a accesskey="n" href="ar01s09.html">Next</a></td></tr></table><hr></div><div clas
 s="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520300"></a>ISOMAKER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520312"></a>NAME</h3></div></div></div><p>isomaker - Creates a morphix base or morphix main module, using template files</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520323"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>isomaker</em></span> -b basemod.xml [-c] [-m mainmod.xml] [-m mainmod2.xml] [[-r repository [-p package1] [-p package2]] [-t tarball] output.iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520338"></a>DESCRIPTION</h3></div></div></div><
 p>This tool uses mmaker to generate a Morphix iso from scratch, using one basemodule templ
 ate, and arbitrary number of mainmodule templates and optionally extra dpkg-deb-extracted deb/udeb packages</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520352"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ISOMAKER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s07.html" title="MMAKER(1)"><link rel="next" href="ar01s09.html" title="MAKE-MINI(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ISOMAKER(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s07.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right
 ">&#160;<a accesskey="n" href="ar01s09.html">Next</a></td></tr></table><hr></div><div clas
 s="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520316"></a>ISOMAKER(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520328"></a>NAME</h3></div></div></div><p>isomaker - Creates a morphix base or morphix main module, using template files</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520340"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>isomaker</em></span> -b basemod.xml [-c] [-m mainmod.xml] [-m mainmod2.xml] [[-r repository [-p package1] [-p package2]] [-t tarball] output.iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520354"></a>DESCRIPTION</h3></div></div></div><
 p>This tool uses mmaker to generate a Morphix iso from scratch, using one basemodule templ
 ate, and arbitrary number of mainmodule templates and optionally extra dpkg-deb-extracted deb/udeb packages</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520368"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 <span class="emphasis"><em>-b basemod.xml</em></span>
 </span></dt><dd>
                 Base module template used to build output.iso
@@ -26,7 +26,7 @@
 <span class="emphasis"><em>-g tarball.tar.gz</em></span>
 </span></dt><dd>
                 Use a local debian bootstrap, rather than download from repository.
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520492"></a>USAGE</h3></div></div></div><p>In order for the live CD to actually be bootable, add the following packages, using the morphix udeb archive (-r http://www.morphix.org/debian)</p><div class="itemizedlist"><ul type="disc"><li>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520508"></a>USAGE</h3></div></div></div><p>In order for the live CD to actually be bootable, add the following packages, using the morphix udeb archive (-r http://www.morphix.org/debian)</p><div class="itemizedlist"><ul type="disc"><li>
 grub-gfxboot-iso-udeb
 </li><li>
 morphix-grub-menulist-udeb
@@ -35,8 +35,8 @@
 </li></ul></div><p>Additional udebs (you probably want them)</p><div class="itemizedlist"><ul type="disc"><li>
 morphix-cdrom-misc-udeb
 </li></ul></div><p>isomaker currently doesn't remove the working directories automatically, unless -c is used.
-do a rm -rf /tmp/libmorphix* afterwards to clean up&#8230; ($TEMP/libmorphix* if TEMP set)</p><p>Your kernel needs to be able to loop-mount filesystems modprobe loop before building to enable this, if loop is compiled as a module</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520559"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+do a rm -rf /tmp/libmorphix* afterwards to clean up&#8230; ($TEMP/libmorphix* if TEMP set)</p><p>Your kernel needs to be able to loop-mount filesystems modprobe loop before building to enable this, if loop is compiled as a module</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520575"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a Morphix LiveCD with a single command
 </span></dt><dd>
         isomaker -b ../templates/basemod-2.6.12-morphest.xml -r http://www.morphix.org/debian -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g /home/ftp/autobuilds/debootstrap.tar.gz /home/ftp/autobuilds/$BUILDNAME-$BUILDTIME.iso
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520593"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520604"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520617"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2520631"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520661"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s07.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MMAKER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MAKE-MINI(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520610"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520621"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520634"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2520648"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520677"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s07.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MMAKER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MAKE-MINI(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s09.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s09.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s09.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MAKE-MINI(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s08.html" title="ISOMAKER(1)"><link rel="next" href="ar01s10.html" title="MINIMOD-GEN(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MAKE-MINI(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s08.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align=
 "right">&#160;<a accesskey="n" href="ar01s10.html">Next</a></td></tr></table><hr></div><di
 v class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520678"></a>MAKE-MINI(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520689"></a>NAME</h3></div></div></div><p>make-mini - Creates a morphix mini module</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520700"></a>SYNOPSIS</h3></div></div></div><p>make-mini [[&#8212;lang LANG]] | [[&#8212;overlay ] [&#8212;hidden] [&#8212;homedir]] output.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520713"></a>DESCRIPTION</h3></div></div></div><p>Commandline tool for building a minimodule containing homedir and language files.</p></div><div class="
 section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520725">
 </a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MAKE-MINI(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s08.html" title="ISOMAKER(1)"><link rel="next" href="ar01s10.html" title="MINIMOD-GEN(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MAKE-MINI(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s08.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align=
 "right">&#160;<a accesskey="n" href="ar01s10.html">Next</a></td></tr></table><hr></div><di
 v class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520694"></a>MAKE-MINI(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520705"></a>NAME</h3></div></div></div><p>make-mini - Creates a morphix mini module</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520716"></a>SYNOPSIS</h3></div></div></div><p>make-mini [[&#8212;lang LANG]] | [[&#8212;overlay ] [&#8212;hidden] [&#8212;homedir]] output.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520729"></a>DESCRIPTION</h3></div></div></div><p>Commandline tool for building a minimodule containing homedir and language files.</p></div><div class="
 section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520741">
 </a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 <span class="emphasis"><em>&#8212;lang LANG</em></span>
 </span></dt><dd>
                 use LANG as the default language (overridden by bootoptions)
@@ -14,7 +14,7 @@
 <span class="emphasis"><em>&#8212;homedir</em></span>
 </span></dt><dd>
                 use normal users files
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520808"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520824"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Build a Morphix minimodule containing all the files, including hidden file in the home directory
 </span></dt><dd>
         make-mini &#8212;homedir &#8212;hidden ./minimodule.mod
@@ -22,4 +22,4 @@
 Language example
 </span></dt><dd>
         make-mini &#8212;lang nl_NL@euro
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520851"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520862"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520876"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2520890"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520919"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s08.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ISOMAKER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MINIMOD-GEN(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520867"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520879"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520892"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2520906"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520935"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s08.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ISOMAKER(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MINIMOD-GEN(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s10.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s10.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s10.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MINIMOD-GEN(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s09.html" title="MAKE-MINI(1)"><link rel="next" href="ar01s11.html" title="ADD_TO_ISO(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MINIMOD-GEN(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s09.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" al
 ign="right">&#160;<a accesskey="n" href="ar01s11.html">Next</a></td></tr></table><hr></div
 ><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520936"></a>MINIMOD-GEN(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520947"></a>NAME</h3></div></div></div><p>minimod-gen - Interactive Morphix minimodule generator</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520959"></a>SYNOPSIS</h3></div></div></div><p>minimod-gen</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520969"></a>DESCRIPTION</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MINIMOD-GEN(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s09.html" title="MAKE-MINI(1)"><link rel="next" href="ar01s11.html" title="ADD_TO_ISO(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MINIMOD-GEN(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s09.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" al
 ign="right">&#160;<a accesskey="n" href="ar01s11.html">Next</a></td></tr></table><hr></div
 ><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2520952"></a>MINIMOD-GEN(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520964"></a>NAME</h3></div></div></div><p>minimod-gen - Interactive Morphix minimodule generator</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520975"></a>SYNOPSIS</h3></div></div></div><p>minimod-gen</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2520985"></a>DESCRIPTION</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Interactive commandline tool for building a minimodule. Interactive menu
 </span></dt><dd><p>
 </p><div class="orderedlist"><ol type="1"><li>
@@ -11,8 +11,8 @@
 Enter a filename containing a list of debian packages to download and add
 </li><li>
 Enter a directories name, all files in it will be available in morph's homedir
-</li></ol></div></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521046"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+</li></ol></div></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521062"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Start interactive tool
 </span></dt><dd>
         minimod-gen
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521071"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521082"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521095"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2521109"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521138"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s09.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-MINI(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ADD_TO_ISO(1)</td></tr></table></div></body></html>
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521087"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521098"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521111"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2521125"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521155"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s09.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-MINI(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ADD_TO_ISO(1)</td></tr></table></div></body></html>

Modified: trunk/how_tos/all_man_pages/html/ar01s11.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s11.html	2006-08-15 21:26:43 UTC (rev 2384)
+++ trunk/how_tos/all_man_pages/html/ar01s11.html	2006-08-15 21:31:23 UTC (rev 2385)
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ADD_TO_ISO(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s10.html" title="MINIMOD-GEN(1)"><link rel="next" href="ar01s12.html" title="MORPHMINI(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ADD_TO_ISO(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s10.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" ali
 gn="right">&#160;<a accesskey="n" href="ar01s12.html">Next</a></td></tr></table><hr></div>
 <div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2521155"></a>ADD_TO_ISO(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521167"></a>NAME</h3></div></div></div><p>add_to_iso - add a files to a Morphix iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521178"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>add_to_iso</em></span> starting.iso destination.iso files path</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521191"></a>DESCRIPTION</h3></div></div></div><p>Add files <span class="emphasis"><em>files</em></span> to a Morphix iso <span class="emphasis"><em>startin
 g.iso</em></span>, in a new iso <span class="emphasis"><em>destination.iso</em></span> at 
 <span class="emphasis"><em>path</em></span> within the <span class="emphasis"><em>destination.iso</em></span> without having to copy the file all within the image</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521222"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ADD_TO_ISO(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="ar01s10.html" title="MINIMOD-GEN(1)"><link rel="next" href="ar01s12.html" title="MORPHMINI(1)"><link href="http://www.morphix.org/templates/MorphixORG/css/template_css.css" rel="stylesheet" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ADD_TO_ISO(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s10.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" ali
 gn="right">&#160;<a accesskey="n" href="ar01s12.html">Next</a></td></tr></table><hr></div>
 <div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2521172"></a>ADD_TO_ISO(1)</h2></div></div></div><p>Brendan Sleight &lt;[email protected]_removed.com&gt;</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521183"></a>NAME</h3></div></div></div><p>add_to_iso - add a files to a Morphix iso</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521194"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>add_to_iso</em></span> starting.iso destination.iso files path</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521207"></a>DESCRIPTION</h3></div></div></div><p>Add files <span class="emphasis"><em>files</em></span> to a Morphix iso <span class="emphasis"><em>startin
 g.iso</em></span>, in a new iso <span class="emphasis"><em>destination.iso</em></span> at 
 <span class="emphasis"><em>path</em></span> within the <span class="emphasis"><em>destination.iso</em></span> without having to copy the file all within the image</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521238"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
 Add miscellaneous files to firefox3.iso to create WebCafe01.iso
 </span></dt><dd>
         /add_to_iso /mnt/hda5/lunix.iso/firefox3.iso /mnt/hda5/lunix.iso/WebCafe01.iso /home/user/miscfiles/ /misc/
-</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521251"></a>SECURITY</h3></div></div></div><p>Needs to be run as root or via sudo. So has security implications.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521262"></a>NOTES</h3></div></div></div><p>Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and  morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521275"></a>BUGS</h3></div></div></div><p>Dont panic.  If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools
  and morphix-mmaker.</p></div><div class="section" lang="en"><div class="titlepage"><div><
 div><h3 class="title"><a name="id2521289"></a>AUTHORS</h3></div></div></div><p>Written by Alex de Landgraaf and other Morphix developers. <a href="http://www.morphix.org/" target="_top">Morphix web site</a>. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.</p><p>This man page was written by Brendan Sleight using <a href="http://www.methods.co.nz/asciidoc/" target="_top">asciidoc</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521319"></a>SEE ALSO</h3></div></div></div><p><span class="strong"><strong>addtoiso, install2mainmod, isomaker, isomorph, make-iso, make-mini, minimod-gen, mmaker, module-builder, module-extractor, morphmini</strong></span></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td w
 idth="40%" align="left"><a accesskey="p" href="ar01s10.html">Prev</a>&#160;</td><td width=
 "20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ar01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MINIMOD-GEN(1)&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;MORPHMINI(1)</td></tr></table></div></body></html>

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642