From: <bms...@us...> - 2007-04-12 22:04:52
|
Revision: 2488 http://svn.sourceforge.net/morphix/?rev=2488&view=rev Author: bmsleight Date: 2007-04-12 15:04:47 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Updating Man pages Modified Paths: -------------- trunk/morph-scripts/debian/add_to_iso.1 trunk/morph-scripts/debian/isomorph.1 trunk/morph-scripts/debian/make-iso.1 trunk/morph-scripts/debian/minimod-gen.1 trunk/morph-scripts/debian/module-builder.1 trunk/morph-scripts/debian/module-extractor.1 trunk/morph-scripts/debian/morphix-chroot.1 trunk/morph-scripts/debian/morphix-rebrand.1 trunk/morph-scripts/debian/morphmini.1 Modified: trunk/morph-scripts/debian/add_to_iso.1 =================================================================== --- trunk/morph-scripts/debian/add_to_iso.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/add_to_iso.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,66 +1,54 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "ADD_TO_ISO" 1 "" "" "" -.SH NAME +.\" Title: add_to_iso +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "ADD_TO_ISO" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" add_to_iso \- add a files to a Morphix iso .SH "SYNOPSIS" - - -\fIadd_to_iso\fR starting\&.iso destination\&.iso files path - +\fIadd_to_iso\fR starting.iso destination.iso files path +.sp .SH "DESCRIPTION" - - -Add files \fIfiles\fR to a Morphix iso \fIstarting\&.iso\fR, in a new iso \fIdestination\&.iso\fR at \fIpath\fR within the \fIdestination\&.iso\fR without having to copy the file all within the image - +Add files \fIfiles\fR to a Morphix iso \fIstarting.iso\fR, in a new iso \fIdestination.iso\fR at \fIpath\fR within the \fIdestination.iso\fR without having to copy the file all within the image +.sp .SH "EXAMPLES" - -.TP -Add miscellaneous files to firefox3\&.iso to create WebCafe01\&.iso -/add_to_iso /mnt/hda5/lunix\&.iso/firefox3\&.iso /mnt/hda5/lunix\&.iso/WebCafe01\&.iso /home/user/miscfiles/ /misc/ - +.PP +Add miscellaneous files to firefox3.iso to create WebCafe01.iso +.RS 4 +/add_to_iso /mnt/hda5/lunix.iso/firefox3.iso /mnt/hda5/lunix.iso/WebCafe01.iso /home/user/miscfiles/ /misc/ +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/isomorph.1 =================================================================== --- trunk/morph-scripts/debian/isomorph.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/isomorph.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,248 +1,254 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MORPHMINI" 1 "" "" "" -.SH NAME +.\" Title: isomorph +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "ISOMORPH" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" isomorph \- manipulate a morphix iso .SH "SYNOPSIS" - - -\fImorphmini\fR \-\-add [OPTIONS...] [ file | file path | option ] [OLDMOD] NEWMOD - - -\fImorphmini\fR \-\-del [OPTIONS...] [ file | file path | option ] [OLDMOD] NEWMOD - - -\fImorphmini\fR \-\-del\-all [OPTIONS...] OLDMOD NEWMOD - - -\fImorphmini\fR \-\-get [OPTIONS...] MOD DIRECTORY - - -\fImorphmini\fR \-\-list [OPTIONS...] MOD - - -\fImorphmini\fR \-\-list\-xml MOD - +\fIisomorph\fR \-\-add [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO +.sp +\fIisomorph\fR \-\-del [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO +.sp +\fIisomorph\fR \-\-del\-all [OPTIONS\&...] OLDISO NEWISO +.sp +\fIisomorph\fR \-\-get [OPTIONS\&...] ISO DIRECTORY +.sp +\fIisomorph\fR \-\-list [OPTIONS\&...] ISO +.sp +\fIisomorph\fR \-\-list\-xml ISO +.sp .SH "DESCRIPTION" - - -This script manipulates a morphix iso\&. Modular parts are added, deleted extracted or listed from the iso\&. - +This script manipulates a morphix iso. Modular parts are added, deleted extracted or listed from the iso. +.sp .SH "OPTIONS" - -.TP -\fI\-\-add\fR [OPTIONS...] [ file | file path | option ] [OLDMOD] NEWMOD -Add parts to the \fIOLDMOD\fR making a \fINEWMOD\fR - -.RS - -.TP -\fIfile OLDMOD NEWMOD\fR -add file to the minimodule #edit point - -.TP +.PP +\fI\-\-add\fR [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO +.RS 4 +Add modular parts to the +\fIOLDISO\fR +making a +\fINEWISO\fR +.PP +\fIbase BASEMODULE OLDISO NEWISO\fR +.RS 4 +replace basemodule +.RE +.PP \fImain MAINMODULE OLDISO NEWISO\fR +.RS 4 add mainmodule - -.TP +.RE +.PP \fImini MINIMODULE OLDISO NEWISO\fR +.RS 4 add minimodule - -.TP +.RE +.PP \fIdeb DEBPACKAGE OLDISO NEWISO\fR +.RS 4 add debian package - -.TP +.RE +.PP \fIexec SHELLSCRIPT OLDISO NEWISO\fR +.RS 4 add script - -.TP +.RE +.PP \fIcopy FILE PATH OLDISO NEWISO\fR +.RS 4 add file in path - -.TP +.RE +.PP \fIboot "Boot Option" OLDISO NEWISO\fR +.RS 4 add boot option - .RE -.IP - -.TP -\fI\-\-del\fR [OPTIONS...] [ file | file path | option ] OLDISO NEWISO -Delete modular parts from the \fIOLDISO\fR making a \fINEWISO\fR - -.RS - -.TP +.RE +.PP +\fI\-\-del\fR [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO +.RS 4 +Delete modular parts from the +\fIOLDISO\fR +making a +\fINEWISO\fR +.PP \fIbase BASEMODULE OLDISO NEWISO\fR +.RS 4 delete basemodule - -.TP +.RE +.PP \fImain MAINMODULE OLDISO NEWISO\fR +.RS 4 delete mainmodule - -.TP +.RE +.PP \fImini MINIMODULE OLDISO NEWISO\fR +.RS 4 delete minimodule - -.TP +.RE +.PP \fIdeb DEBPACKAGE OLDISO NEWISO\fR +.RS 4 delete debian package - -.TP +.RE +.PP \fIexec SHELLSCRIPT OLDISO NEWISO\fR +.RS 4 delete script - -.TP +.RE +.PP \fIcopy FILE PATH OLDISO NEWISO\fR +.RS 4 delete file in path - -.TP +.RE +.PP \fIboot "Boot Option" OLDISO NEWISO\fR +.RS 4 delete boot option - .RE -.IP - -.TP -\fI\-\-del\-all\fR [OPTIONS...] OLDISO NEWISO -Delete all modular parts from the \fIOLDISO\fR making a \fINEWISO\fR - -.RS - -.TP +.RE +.PP +\fI\-\-del\-all\fR [OPTIONS\&...] OLDISO NEWISO +.RS 4 +Delete all modular parts from the +\fIOLDISO\fR +making a +\fINEWISO\fR +.PP \fImain OLDISO NEWISO\fR +.RS 4 delete all mainmodules - -.TP +.RE +.PP \fImini OLDISO NEWISO\fR +.RS 4 delete all minimodules - -.TP +.RE +.PP \fIdeb OLDISO NEWISO\fR +.RS 4 delete all debian packages - -.TP +.RE +.PP \fIexec OLDISO NEWISO\fR +.RS 4 delete all scripts - -.TP +.RE +.PP \fIcopy OLDISO NEWISO\fR +.RS 4 delete all copy files - .RE -.IP - -.TP -\fI\-\-get\fR [OPTIONS...] ISO DIRECTORY -Get modular parts from the \fIISO\fR copy to \fIDIRECTORY\fR - -.RS - -.TP +.RE +.PP +\fI\-\-get\fR [OPTIONS\&...] ISO DIRECTORY +.RS 4 +Get modular parts from the +\fIISO\fR +copy to +\fIDIRECTORY\fR +.PP \fIISO DIRECTORY\fR, copy all morphix files, \fImain ISO DIRECTORY\fR +.RS 4 copy mainmodules - -.TP +.RE +.PP \fImini ISO DIRECTORY\fR +.RS 4 copy minimodules - -.TP +.RE +.PP \fIdeb ISO DIRECTORY\fR +.RS 4 copy debian packages - -.TP +.RE +.PP \fIexec ISO DIRECTORY\fR +.RS 4 copy scripts - -.TP +.RE +.PP \fIcopy ISO DIRECTORY\fR +.RS 4 copy copy\-on\-boot files - .RE -.IP - -.TP -\fI\-\-list\fR [OPTIONS...] ISO -List modular parts from the \fIISO\fR - -.RS - -.TP +.RE +.PP +\fI\-\-list\fR [OPTIONS\&...] ISO +.RS 4 +List modular parts from the +\fIISO\fR +.PP \fIISO DIRECTORY\fR, list all morphix files, \fImain ISO DIRECTORY\fR +.RS 4 list mainmodules - -.TP +.RE +.PP \fImini ISO DIRECTORY\fR +.RS 4 list minimodules - -.TP +.RE +.PP \fIdeb ISO DIRECTORY\fR +.RS 4 list debian packages - -.TP +.RE +.PP \fIexec ISO DIRECTORY\fR +.RS 4 list scripts - -.TP +.RE +.PP \fIcopy ISO DIRECTORY\fR +.RS 4 list copy\-on\-boot files - .RE -.IP - -.TP +.RE +.PP \fI\-\-list\-xml\fR ISO -List all morphix files in XML format from the \fIISO\fR - +.RS 4 +List all morphix files in XML format from the +\fIISO\fR +.RE .SH "EXAMPLES" - -.TP +.PP Add a boot parameter to a Morphix iso -isomorph \-\-add boot "splash=n" /tmp/old\&.iso /tmp/new\&.iso - +.RS 4 +isomorph \-\-add boot "splash=n" /tmp/old.iso /tmp/new.iso +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/make-iso.1 =================================================================== --- trunk/morph-scripts/debian/make-iso.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/make-iso.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,66 +1,54 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MAKE-ISO" 1 "" "" "" -.SH NAME -make-iso \- make an morphix iso from sourcedirectory +.\" Title: make-iso +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MAKE\-ISO" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +make\-iso \- make an morphix iso from sourcedirectory .SH "SYNOPSIS" - - -\fImake\-iso\fR sourcedirectory destination\&.iso [Label] - +\fImake\-iso\fR sourcedirectory destination.iso [Label] +.sp .SH "DESCRIPTION" - - -This script generates internal md5sum file for the sourcedirectory and then generates a bootable live CD from the \fIsourcedirectory\fR Naturally, destination\&.iso is the output - +This script generates internal md5sum file for the sourcedirectory and then generates a bootable live CD from the \fIsourcedirectory\fR Naturally, destination.iso is the output +.sp .SH "EXAMPLES" - -.TP +.PP Build a mini\-module -make\-iso /tmp/morphix\-cd\-files/ /tmp/Morphix\-cd\&.iso - +.RS 4 +make\-iso /tmp/morphix\-cd\-files/ /tmp/Morphix\-cd.iso +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/minimod-gen.1 =================================================================== --- trunk/morph-scripts/debian/minimod-gen.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/minimod-gen.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,87 +1,77 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MINIMOD-GEN" 1 "" "" "" -.SH NAME -minimod-gen \- Interactive Morphix minimodule generator +.\" Title: minimod-gen +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MINIMOD\-GEN" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +minimod\-gen \- Interactive Morphix minimodule generator .SH "SYNOPSIS" - - minimod\-gen - +.sp .SH "DESCRIPTION" +.PP +Interactive commandline tool for building a minimodule. Interactive menu +.RS 4 -.TP -Interactive commandline tool for building a minimodule\&. Interactive menu - - -.RS -.TP 3 -1. -Copy a file/dir to the mainmod at boot, or overwrite one if it exists -.TP -2. -Enter a command to be executed at boot -.TP -3. -Enter one or more debian packages to be added (experimental, needs dpkg\-deb) -.TP -4. -Enter a filename containing a list of debian packages to download and add -.TP -5. -Enter a directories name, all files in it will be available in morph's homedir -.LP +.sp +.RS 4 +\h'-04' 1.\h'+02'Copy a file/dir to the mainmod at boot, or overwrite one if it exists .RE -.IP - +.sp +.RS 4 +\h'-04' 2.\h'+02'Enter a command to be executed at boot +.RE +.sp +.RS 4 +\h'-04' 3.\h'+02'Enter one or more debian packages to be added (experimental, needs dpkg\-deb) +.RE +.sp +.RS 4 +\h'-04' 4.\h'+02'Enter a filename containing a list of debian packages to download and add +.RE +.sp +.RS 4 +\h'-04' 5.\h'+02'Enter a directories name, all files in it will be available in morph's homedir +.RE +.RE .SH "EXAMPLES" - -.TP +.PP Start interactive tool +.RS 4 minimod\-gen - +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/module-builder.1 =================================================================== --- trunk/morph-scripts/debian/module-builder.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/module-builder.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,93 +1,80 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MODULE-BUILDER" 1 "" "" "" -.SH NAME -module-builder \- builds a morphix module from an unpacked-module-directory +.\" Title: module-builder +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MODULE\-BUILDER" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +module\-builder \- builds a morphix module from an unpacked\-module\-directory .SH "SYNOPSIS" - - -\fImodule\-builder\fR [OPTIONS...] unpacked\-module\-directory outputfile\&.mod - +\fImodule\-builder\fR [OPTIONS\&...] unpacked\-module\-directory outputfile.mod +.sp .SH "DESCRIPTION" - - -The module\-builder command builds a morphix module \fIoutputfile\&.mod\fR from the directory \fIunpacked\-module\-directory\fR - +The module\-builder command builds a morphix module \fIoutputfile.mod\fR from the directory \fIunpacked\-module\-directory\fR +.sp .SH "OPTIONS" - -.TP +.PP \fI\-l LABEL\fR +.RS 4 set the CD label if no label is given (default: Morphix) - -.TP +.RE +.PP \fI\-b\fR +.RS 4 flag for create_compressed_fs, best compression - -.TP +.RE +.PP \fI\-t FSTYPE\fR +.RS 4 set the file system type (default: iso9660) - -.RS - -.TP +.PP \fIext3\fR +.RS 4 slower buildtime, better compression, cowloop\-overlayable - -.TP +.RE +.PP \fIiso9660\fR -faster, default\&. Only overlayable with translucency/mini_fo - +.RS 4 +faster, default. Only overlayable with translucency/mini_fo .RE -.IP - +.RE .SH "EXAMPLES" - -.TP +.PP Build a mini\-module -module\-builder /tmp/building\-module/ /tmp/Morphix\-Mini\-1\&.mod - +.RS 4 +module\-builder /tmp/building\-module/ /tmp/Morphix\-Mini\-1.mod +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/module-extractor.1 =================================================================== --- trunk/morph-scripts/debian/module-extractor.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/module-extractor.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,66 +1,54 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MODULE-EXTRACTOR" 1 "" "" "" -.SH NAME -module-extractor \- extracts a morphix module from an unpacked-module-directory +.\" Title: module-extractor +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MODULE\-EXTRACTOR" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +module\-extractor \- extracts a morphix module from an unpacked\-module\-directory .SH "SYNOPSIS" - - -\fImodule\-extractor\fR inputfile\&.mod unpacked\-module\-directory - +\fImodule\-extractor\fR inputfile.mod unpacked\-module\-directory +.sp .SH "DESCRIPTION" - - -The module\-builder command extracts a morphix module \fIinputfile\&.mod\fR to the directory \fIunpacked\-module\-directory\fR - +The module\-builder command extracts a morphix module \fIinputfile.mod\fR to the directory \fIunpacked\-module\-directory\fR +.sp .SH "EXAMPLES" - -.TP +.PP Build a mini\-module -module\-builder /tmp/Morphix\-Mini\-1\&.mod /tmp/building\-module/ - +.RS 4 +module\-builder /tmp/Morphix\-Mini\-1.mod /tmp/building\-module/ +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/morphix-chroot.1 =================================================================== --- trunk/morph-scripts/debian/morphix-chroot.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/morphix-chroot.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,69 +1,58 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MORPHIX_CHROOT" 1 "" "" "" -.SH NAME -morphix-chroot \- chroot into a Morphix MainModule +.\" Title: morphix-chroot +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MORPHIX\-CHROOT" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +morphix\-chroot \- chroots into a Morphix MainModule. .SH "SYNOPSIS" - - -\fImorphix\-chroot\fR MainModule\&.mod - +\fImorphix\-chroot\fR MainModule.mod +.sp .SH "DESCRIPTION" - - -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 - - -The MainModule must be on a partition that has been mounted with the option dev, (\-o dev) - +.sp +.RS 4 +.nf +This script extracts a MainModule, then drops you into the root of the file syste.m 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 +.fi +.RE .SH "EXAMPLES" - -.TP -Rebrand -morphix\-rebrand /tmp/morphing\-morphix\&.mod - +.PP +Chroot into a Morphix MainModule +.RS 4 +morphix\-chroot MainModule.mod +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/morphix-rebrand.1 =================================================================== --- trunk/morph-scripts/debian/morphix-rebrand.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/morphix-rebrand.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,126 +1,54 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MORPHIX_REBRAND" 1 "" "" "" -.SH NAME -morphix-rebrand \- rebrand a Morphix LiveCD +.\" Title: morphix_rebrand +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MORPHIX_REBRAND" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +morphix\-rebrand \- rebrand a Morphix LiveCD .SH "SYNOPSIS" - - -\fImorphix\-rebrand\fR [\-T Master_Title] [\-b background_graphic] [\-g title_grub_menu] [\-h hostname] [\-u username] [\-w x_wallpaper_graphic] old\&.iso new\&.iso Rebrand\&.png - +\fImorphix\-rebrand\fR old.iso new.iso Rebrand.png +.sp .SH "DESCRIPTION" - - -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 default title for the LiveCd\&. Need to have be able to run the mount command, i\&.e\&. must be root - - -The following will be changed in the Morphix LiveCD : \- - -.TP 3 -\(bu -Grub Titles -.TP -\(bu -Grub Background -.TP -\(bu -Username, Hostname -.TP -\(bu -Boot\-up message -.TP -\(bu -Boot\-up background -.TP -\(bu -Window Manager Wallpaper -.LP - - -The graphic file will be converted to the Grub Background, boot\-up background and Window Manager wallpaper unless overridden by one of the options\&. The name of the graphics file will be used to set Grub titles, username, hostname and boot\-up messages unless overridden by one of the options\&. - -.SH "OPTIONS" - -.TP -\fI\-T Master_Title\fR -To override the default name obtained from the graphics file and use this for Grub title, username, hostname and boot\-up messages unless overridden by one of the other options\&. - -.TP -\fI\-b background_graphic\fR -Use background graphic as the Boot\-up slash, rather than default graphics file\&. - -.TP -\fI\-g title_grub_menu\fR -Use title_grub_menu in the Grub menu titles, rather than default title\&. - -.TP -\fI\-h hostname\fR -Use hostname as the hostname, rather than default title\&. - -.TP -\fI\-u username\fR -Use hostname as the username, rather than default title\&. - -.TP -\fI\-w x_wallpaper_graphic\fR -Use wallpaper graphic as the Window Manager wallpaper, rather than default graphics file\&. - +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" +.sp .SH "EXAMPLES" - -.TP +.PP Rebrand -morphix\-rebrand /tmp/Morphix\&.iso /tmp/FooBar\&.iso FooBar\&.png - -.nf -morphix\-rebrand \-T BarBar /tmp/Morphix\&.iso /tmp/FooBar\&.iso FooBar\&.png -.fi - -.nf -morphix\-rebrand \-T BarBar \-b Slash\&.jpg \-u baruser /tmp/Morphix\&.iso /tmp/FooBar\&.iso FooBar\&.png -.fi - +.RS 4 +morphix\-rebrand /tmp/Morphix.iso /tmp/FooBar.iso FooBar.png +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE Modified: trunk/morph-scripts/debian/morphmini.1 =================================================================== --- trunk/morph-scripts/debian/morphmini.1 2007-04-12 22:03:44 UTC (rev 2487) +++ trunk/morph-scripts/debian/morphmini.1 2007-04-12 22:04:47 UTC (rev 2488) @@ -1,79 +1,67 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MORPHMINI" 1 "" "" "" -.SH NAME +.\" Title: morphmini +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MORPHMINI" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" morphmini \- Creates a morphix mini module, using a template file. .SH "SYNOPSIS" - - -\fImorphmini\fR input\&.xml output\&.mod - +\fImorphmini\fR input.xml output.mod +.sp .SH "DESCRIPTION" - - -Morphmini creates a Morphix mini module \fIoutput\&.mod\fR, using xml template file \fIinput\&.xml\fR\&. A really lazy way to build parts of a LiveCD\&. Its is \fImmaker\fR little brother\&. - +Morphmini creates a Morphix mini module \fIoutput.mod\fR, using xml template file \fIinput.xml\fR. A really lazy way to build parts of a LiveCD. Its is \fBmmaker\fR little brother. +.sp .SH "EXAMPLE TEMPLATE" - - -This is an example template to show how morphmini works, listing all the possible options\&. - -.IP +This is an example template to show how morphmini works, listing all the possible options. +.sp +.sp +.RS 4 +.nf <comps> <group> <minimod> - <version>0\&.0\&.1</version> + <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\-\-> + <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/test.jpg</file> + <file>/home/morph/test2.jpg</file> </local> <remote> - <file>http://www\&.barwap\&.com/morphix/mmorphix/morphixsound2\&.wav</file> + <file>http://www.barwap.com/morphix/mmorphix/morphixsound2.wav</file> </remote> </filelist> <root> <!\-\- Files or Packages to be overlaid on the rootfile system \- good for saving ramspace \-\-> <files> <local> - <from>/home/morph/test\&.jpg</from> + <from>/home/morph/test.jpg</from> <to>/usr/share/misc/</to> </local> <local> - <from>/home/morph/test2\&.jpg</from> + <from>/home/morph/test2.jpg</from> <to>/usr/share/misc/</to> </local> <remote> - <from>http://www\&.barwap\&.com/morphix/mmorphix/morphixsound2\&.wav</from> + <from>http://www.barwap.com/morphix/mmorphix/morphixsound2.wav</from> <to>/usr/share/misc/</to> </remote> </files> <packages> <local> - <targz>/home/morph/example\&.tar\&.gz</targz> + <targz>/home/morph/example.tar.gz</targz> </local> <remote> - <targz>http://www\&.barwap\&.com/morphix/rebrand/morphix\-rebrand\&.tar\&.gz</targz> + <targz>http://www.barwap.com/morphix/rebrand/morphix\-rebrand.tar.gz</targz> </remote> </packages> </root> @@ -84,7 +72,7 @@ </preX> <X> <!\-\- Commands to run in X windows \-\-> <command>xmessage \-\-timeout 8 \-\-center "Hello 3"</command> - <command>display $1/morphix/test\&.jpg</command> + <command>display $1/morphix/test.jpg</command> </X> <postX> <!\-\- Commands to run after X windows shutdown \-\-> <command>echo "Hello 5"</command> @@ -92,15 +80,18 @@ </postX> </commandlist> <other> <!\-\- used to make a minimodule in another way \- command will be passed $1 for minimodule filesystem \-\-> - <buildcommand>echo "Hello World" > $1/morphix/hello\&.txt</buildcommand> + <buildcommand>echo "Hello World" > $1/morphix/hello.txt</buildcommand> </other> </minimod> </group> </comps> - -Most templates are much shorter\&. Sections version, bootoption, filelist, local, remote, commandlist, preX, X, postX are optional\&. - -.IP +.fi +.RE +Most templates are much shorter. Sections version, bootoption, filelist, local, remote, commandlist, preX, X, postX are optional. +.sp +.sp +.RS 4 +.nf <comps> <group> <minimod> @@ -109,44 +100,45 @@ <maintag>ALL</maintag> <commandlist> <X> - <command>firefox http://www\&.morphix\&.org & </command> <!\-\- & is xml format for & \-\-> + <command>firefox http://www.morphix.org & </command> <!\-\- & is xml format for & \-\-> </X> </commandlist> </minimod> </group> </comps> - +.fi +.RE .SH "EXAMPLES" - -.TP +.PP Build a Morphix mini module -morphmini example\&.xml output\&.mod - +.RS 4 +morphmini example.xml output.mod +.RE .SH "SECURITY" - - -Needs to be run as root or via sudo\&. So has security implications\&. - +Needs to be run as root or via sudo. So has security implications. +.sp .SH "NOTES" - - -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\&. - +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. +.sp .SH "BUGS" - - -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\&. - +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. +.sp .SH "AUTHORS" - - -Written by Alex de Landgraaf and other Morphix developers\&. Morphix web site\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - +Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted. +.sp This man page was written by Brendan Sleight using asciidoc - +.sp .SH "SEE ALSO" - - -\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR - +\fBaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR +.sp +.SH "REFERENCES" +.IP " 1." 4 +Morphix web site +.RS 4 +\%http://www.morphix.org/ +.RE +.IP " 2." 4 +asciidoc +.RS 4 +\%http://www.methods.co.nz/asciidoc/ +.RE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |