SF.net SVN: morphix: [2312] trunk/how_tos/all_man_pages/html/ar01s12.html
[email protected] Sat, 17 Jun 2006 09:44:24 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2312
Author: bmsleight
Date: 2006-06-17 09:44:19 -0700 (Sat, 17 Jun 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2312&view=rev
Log Message:
-----------
Adding morphix-rebrand man page
Added Paths:
-----------
trunk/how_tos/all_man_pages/html/ar01s12.html
Added: trunk/how_tos/all_man_pages/html/ar01s12.html
===================================================================
--- trunk/how_tos/all_man_pages/html/ar01s12.html (rev 0)
+++ trunk/how_tos/all_man_pages/html/ar01s12.html 2006-06-17 16:44:19 UTC (rev 2312)
@@ -0,0 +1,55 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>MORPHMINI(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="ar01s11.html" title="ADD_TO_ISO(1)"><link rel="next" href="ar01s13.html" title="MORPHIX_REBRAND(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">MORPHMINI(1)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s11.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%"
align="right"> <a accesskey="n" href="ar01s13.html">Next</a></td></tr></table><hr></d
iv><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2521336"></a>MORPHMINI(1)</h2></div></div></div><p>Brendan Sleight <[email protected]_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521347"></a>NAME</h3></div></div></div><p>morphmini - Creates a morphix mini module, using a template file.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521359"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>morphmini</em></span> input.xml output.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521372"></a>DESCRIPTION</h3></div></div></div><p>Morphmini creates a Morphix mini module <span class="emphasis"><em>output.mod</em></span>, using xml
template file <span class="emphasis"><em>input.xml</em></span>. A really lazy way to buil
d parts of a LiveCD. Its is <span class="strong"><strong>mmaker</strong></span> little brother.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521397"></a>EXAMPLE TEMPLATE</h3></div></div></div><p>This is an example template to show how morphmini works, listing all the possible options.</p><pre class="screen"><comps>
+ <group>
+ <minimod>
+ <version>0.0.1</version>
+ <description>MorphMini Example</description>
+ <minitag>Example</minitag>
+ <maintag>ALL</maintag>
+ <bootoption>ALL</bootoption> <!-- Only run the minimodule when this bootoption is used. Special case run ALL the time-->
+ <filelist> <!-- files to be added to minimod available as $1/morphix/files/ -->
+ <local>
+ <file>/home/morph/test.jpg</file>
+ <file>/home/morph/test2.jpg</file>
+ <file>/home/morph/test3.jpg</file>
+ <file>/home/morph/test4.jpg</file>
+ </local>
+ <remote>
+ <file>http://www.barwap.com/morphix/mmorphix/morphixsound2.wav</file>
+ </remote>
+ </filelist>
+ <commandlist> <!-- Commands to be started from minimodule -->
+ <preX> <!-- Commands to run before X windows start -->
+ <command>echo "Hello"</command>
+ <command>echo "Hello 2"</command>
+ </preX>
+ <X> <!-- Commands to run in X windows -->
+ <command>xmessage --timeout 8 --center "Hello 3"</command>
+ <command>display $1/morphix/test.jpg</command>
+ </X>
+ <postX> <!-- Commands to run after X windows shutdown -->
+ <command>echo "Hello 5"</command>
+ <command>echo "Hello 6"</command>
+ </postX>
+ </commandlist>
+ </minimod>
+ </group>
+</comps>
+</pre><p>Most templates are much shorter. Sections version, bootoption, filelist, local, remote, commandlist, preX, X, postX are optional.</p><pre class="screen"><comps>
+ <group>
+ <minimod>
+ <description>MorphMini launch firefox</description>
+ <minitag>MorphixMini-Firefox</minitag>
+ <maintag>ALL</maintag>
+ <commandlist>
+ <X>
+ <command>firefox http://www.morphix.org &amp; </command> <!-- &amp; is xml format for & -->
+ </X>
+ </commandlist>
+ </minimod>
+ </group>
+</comps>
+</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521456"></a>EXAMPLES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
+Build a Morphix mini module
+</span></dt><dd>
+ morphmini example.xml output.mod
+</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2521482"></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="id2521493"></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="id2521506"></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="id2521520"></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="id2521550"></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="ar01s11.html">Prev</a> </td><td width=
"20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s13.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ADD_TO_ISO(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> MORPHIX_REBRAND(1)</td></tr></table></div></body></html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.