You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(23) |
Nov
(20) |
Dec
(32) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(43) |
Feb
(31) |
Mar
(99) |
Apr
(57) |
May
(82) |
Jun
(73) |
Jul
(123) |
Aug
(634) |
Sep
(588) |
Oct
(264) |
Nov
(217) |
Dec
(179) |
2005 |
Jan
(262) |
Feb
(273) |
Mar
(164) |
Apr
(88) |
May
(23) |
Jun
(10) |
Jul
(8) |
Aug
(19) |
Sep
(112) |
Oct
(57) |
Nov
(71) |
Dec
(6) |
2006 |
Jan
(14) |
Feb
(48) |
Mar
(56) |
Apr
(21) |
May
(77) |
Jun
(46) |
Jul
(47) |
Aug
(27) |
Sep
(18) |
Oct
(16) |
Nov
(4) |
Dec
(18) |
2007 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
(27) |
May
(13) |
Jun
(27) |
Jul
(20) |
Aug
(3) |
Sep
(3) |
Oct
(23) |
Nov
(21) |
Dec
(6) |
2008 |
Jan
(7) |
Feb
(3) |
Mar
(4) |
Apr
(8) |
May
(3) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(11) |
Feb
(1) |
Mar
(8) |
Apr
|
May
|
Jun
(4) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <ale...@us...> - 2007-04-14 20:34:20
|
Revision: 2491 http://svn.sourceforge.net/morphix/?rev=2491&view=rev Author: alextreme Date: 2007-04-14 13:33:36 -0700 (Sat, 14 Apr 2007) Log Message: ----------- * dhclient patch (from dcesari@forum) Modified Paths: -------------- trunk/scripts-base/etc/init.d/morphix-start Modified: trunk/scripts-base/etc/init.d/morphix-start =================================================================== --- trunk/scripts-base/etc/init.d/morphix-start 2007-04-14 20:18:46 UTC (rev 2490) +++ trunk/scripts-base/etc/init.d/morphix-start 2007-04-14 20:33:36 UTC (rev 2491) @@ -871,7 +871,7 @@ # trap 2 3 11 if [ -x /sbin/dhclient3 ]; then ( - dhclient -cf /etc/dhcp3/dhclient.conf -sf /etc/dhcp3/dhclient-script $DEVICE >/dev/null 2>&1 + dhclient -cf /etc/dhcp3/dhclient.conf $DEVICE >/dev/null 2>&1 if [ "$?" = 0 ];then cp -af /etc/resolv.conf /mnt/main/etc/resolv.conf 2>/dev/null cp -af /etc/yp.conf /mnt/main/etc/yp.conf 2>/dev/null This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2007-04-14 20:19:03
|
Revision: 2490 http://svn.sourceforge.net/morphix/?rev=2490&view=rev Author: alextreme Date: 2007-04-14 13:18:46 -0700 (Sat, 14 Apr 2007) Log Message: ----------- * adding Than's XkbVariant-modifying patch Added Paths: ----------- trunk/keybconf/src/keybconf-xkbvariant.sh Added: trunk/keybconf/src/keybconf-xkbvariant.sh =================================================================== --- trunk/keybconf/src/keybconf-xkbvariant.sh (rev 0) +++ trunk/keybconf/src/keybconf-xkbvariant.sh 2007-04-14 20:18:46 UTC (rev 2490) @@ -0,0 +1,29 @@ +#!/bin/bash + +[[ "$UID" = "0" ]] || { + echo -e "You need to are root for run this application" + exit 0 + } + +xorgconf=/etc/X11/xorg.conf +keybconf.bin + +removexkbvariant(){ +sed -i "/^.*XkbVariant.*$/d" $xorgconf +} + +swissde(){ +sed -i "s,^.*XkbLayout.*$,\tOption\t\"XkbLayout\"\t\"ch\"\n\tOption\t\"XkbVariant\"\t\"de\"," $xorgconf +setxkbmap ch de +} + +swissfr(){ +sed -i "s,^.*XkbLayout.*$,\tOption\t\"XkbLayout\"\t\"ch\"\n\tOption\t\"XkbVariant\"\t\"fr\"," $xorgconf +setxkbmap ch fr +} + + + +removexkbvariant +grep "XkbLayout" $xorgconf | grep -q "\"ch_de\"" && swissde +grep "XkbLayout" $xorgconf | grep -q "\"ch_fr\"" && swissfr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-12 22:06:07
|
Revision: 2489 http://svn.sourceforge.net/morphix/?rev=2489&view=rev Author: bmsleight Date: 2007-04-12 15:06:02 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Updating Man pages - sorry last one - big html diff Modified Paths: -------------- 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/add_to_iso.1 trunk/how_tos/all_man_pages/man/isomaker.1 trunk/how_tos/all_man_pages/man/isomorph.1 trunk/how_tos/all_man_pages/man/make-iso.1 trunk/how_tos/all_man_pages/man/make-mini.1 trunk/how_tos/all_man_pages/man/minimod-gen.1 trunk/how_tos/all_man_pages/man/mmaker.1 trunk/how_tos/all_man_pages/man/module-builder.1 trunk/how_tos/all_man_pages/man/module-extractor.1 trunk/how_tos/all_man_pages/man/morphix-rebrand.1 trunk/how_tos/all_man_pages/man/morphmini.1 trunk/how_tos/all_man_pages/man_xml/mmaker.xml trunk/how_tos/all_man_pages/prepare_xml_html_man.sh Modified: trunk/how_tos/all_man_pages/all_man_pages.xml =================================================================== --- trunk/how_tos/all_man_pages/all_man_pages.xml 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/all_man_pages.xml 2007-04-12 22:06:02 UTC (rev 2489) @@ -811,7 +811,7 @@ </section> <section> <title>SYNOPSIS</title> -<simpara><emphasis>mmaker</emphasis> [-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</simpara> +<simpara><emphasis>mmaker</emphasis> [-g debootstrap.tar.gz] [-b debootstrap.tar.bz] [-a /path/to/package1.deb [-a /path/to/package2.deb]] [-m miniroot.gz] [-k vmlinuz-mykernel] [-t /tempdir] [-c] [-d /debootstrapped] [-p http://proxy.mydomain.com:8080] [-v] [-i] input.xml output.mod</simpara> </section> <section> @@ -844,6 +844,16 @@ </varlistentry> <varlistentry> <term> +<emphasis>-a /path/to/package</emphasis> +</term> +<listitem> +<simpara> + add this package to the module. +</simpara> +</listitem> +</varlistentry> +<varlistentry> +<term> <emphasis>-d /debootstrapped</emphasis> </term> <listitem> @@ -1662,12 +1672,12 @@ </section> </section> <section> -<title>MORPHIX_CHROOT(1)</title> +<title>MORPHIX-CHROOT(1)</title> <simpara>Brendan Sleight <morphix@barwap.spam_removed.com></simpara> <section> <title>NAME</title> -<simpara>morphix-chroot - chroot into a Morphix MainModule</simpara> +<simpara>morphix-chroot - chroots into a Morphix MainModule.</simpara> </section> <section> @@ -1677,23 +1687,18 @@ </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> - +<literallayout class="monospaced">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</literallayout> </section> <section> <title>EXAMPLES</title> <variablelist> <varlistentry> <term> -Rebrand +Chroot into a Morphix MainModule </term> <listitem> <simpara> - morphix-rebrand /tmp/morphing-morphix.mod + morphix-chroot MainModule.mod </simpara> </listitem> </varlistentry> Modified: trunk/how_tos/all_man_pages/html/ar01s02.html =================================================================== --- trunk/how_tos/all_man_pages/html/ar01s02.html 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s02.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -1,30 +1,30 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Preface</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="index.html" title="Morphix Man Pages"><link rel="next" href="ar01s03.html" title="MODULE-BUILDER(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">Preface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s03.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="id2509783"></a>Preface</h2></div></div></div><p>This is a DocBook containing all the Morphix man pages.</p><p><a class="indexterm" name="id2509794"></a> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Preface</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Morphix Man Pages"><link rel="up" href="index.html" title="Morphix Man Pages"><link rel="prev" href="index.html" title="Morphix Man Pages"><link rel="next" href="ar01s03.html" title="MODULE-BUILDER(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">Preface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s03.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="id2542552"></a>Preface</h2></div></div></div><p>This is a DocBook containing all the Morphix man pages.</p><p><a class="indexterm" name="id2542563"></a> <span class="emphasis"><em>- module-builder (morphix-modulebuilder)</em></span> - Constructs a module from a directory</p><p><a class="indexterm" name="id2509808"></a> + Constructs a module from a directory</p><p><a class="indexterm" name="id2542577"></a> <span class="emphasis"><em>- module-extractor (morphix-moduleextractor)</em></span> - Extracts files from a module to a directory</p><p><a class="indexterm" name="id2471277"></a> + Extracts files from a module to a directory</p><p><a class="indexterm" name="id2504054"></a> <span class="emphasis"><em>- make-iso (morphix-make-iso)</em></span> - Creates a bootable ISO from a directory, detects multiple base versions.</p><p><a class="indexterm" name="id2471292"></a> + Creates a bootable ISO from a directory, detects multiple base versions.</p><p><a class="indexterm" name="id2504070"></a> <span class="emphasis"><em>- isomorph (morphix-isomorph)</em></span> - Lists modules on an ISO, adds or removes modules from an ISO, and more!</p><p><a class="indexterm" name="id2471307"></a> + Lists modules on an ISO, adds or removes modules from an ISO, and more!</p><p><a class="indexterm" name="id2504086"></a> <span class="emphasis"><em>- mmaker (morphix-mmaker)</em></span> Creates a base or main module, using template files. Examples are in /usr/share/mmaker/templates. See <a href="http://www.morphix.org/wiki/index.php/ModuleMaker" target="_top">http://www.morphix.org/wiki/index.php/ModuleMaker</a> -and documentation in /usr/share/doc/mmaker for details.</p><p><a class="indexterm" name="id2471333"></a> +and documentation in /usr/share/doc/mmaker for details.</p><p><a class="indexterm" name="id2504113"></a> <span class="emphasis"><em>- isomaker (morphix-mmaker)</em></span> Creates an iso, using one or more mmaker template files. - See documentation in /usr/share/doc/mmaker for details.</p><p><a class="indexterm" name="id2471353"></a> + See documentation in /usr/share/doc/mmaker for details.</p><p><a class="indexterm" name="id2504132"></a> <span class="emphasis"><em>- make-mini (morphix-mmaker)</em></span> - Commandline tool for building homedir and language minimodules.</p><p><a class="indexterm" name="id2471369"></a> + Commandline tool for building homedir and language minimodules.</p><p><a class="indexterm" name="id2504148"></a> <span class="emphasis"><em>- install2mainmod (morphix-install2mainmod)</em></span> - Converts a running hdd install into a mainmodule.</p><p><a class="indexterm" name="id2471385"></a> + Converts a running hdd install into a mainmodule.</p><p><a class="indexterm" name="id2504165"></a> <span class="emphasis"><em>- minimod-gen (morphix-minimodgen)</em></span> - Provides a commandline interface for building simple minimodules.</p><p><a class="indexterm" name="id2471401"></a> + Provides a commandline interface for building simple minimodules.</p><p><a class="indexterm" name="id2504180"></a> <span class="emphasis"><em>- addtoiso (morphix-addtoiso)</em></span> - Add file to an iso, without having to copy the file all within the image</p><p><a class="indexterm" name="id2471417"></a> + Add file to an iso, without having to copy the file all within the image</p><p><a class="indexterm" name="id2504196"></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> + Creates a morphix mini module, using a template file.</p><p><a class="indexterm" name="id2504212"></a> <span class="emphasis"><em>- morphix-chroot (morphix-chroot)</em></span> - chroot into a Morphix MainModule</p><p><a class="indexterm" name="id2471450"></a> + chroot into a Morphix MainModule</p><p><a class="indexterm" name="id2504228"></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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Morphix Man Pages </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> MODULE-BUILDER(1)</td></tr></table></div></body></html> + 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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Morphix Man Pages </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s03.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s04.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="id2471466"></a>MODULE-BUILDER(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></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…] 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 morphix 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"> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>MODULE-BUILDER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s04.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="id2504245"></a>MODULE-BUILDER(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2504256"></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="id2504268"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>module-builder</em></span> [OPTIONS…] unpacked-module-directory outputfile.mod</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2504283"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command builds a morphix 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="id2504301"></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="id2471700"></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="id2504478"></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="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 width="40%" align="left"><a accesskey="p" href="ar01s02.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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="id2504504"></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="id2504515"></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="id2504528"></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="id2504542"></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="id2504570"></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="ar01s02.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s04.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s05.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="id2471810"></a>MODULE-EXTRACTOR(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></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 morphix module <span class="emphasis"><em>inputfile.mod</em></span> to 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="id2471864"></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=UTF-8"><title>MODULE-EXTRACTOR(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s05.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="id2504587"></a>MODULE-EXTRACTOR(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2504599"></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="id2504610"></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="id2504624"></a>DESCRIPTION</h3></div></div></div><p>The module-builder command extracts a morphix module <span class="emphasis"><em>inputfile.mod</em></span> to 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="id2504642"></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="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 width="40%" align="left"><a accesskey="p" href="ar01s03.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-BUILDER(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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="id2504668"></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="id2504679"></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="id2504692"></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="id2504925"></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="id2504953"></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="ar01s03.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-BUILDER(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s05.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 <morphix@barwap.spam_removed.com></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 +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>MAKE-ISO(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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="id2504970"></a>MAKE-ISO(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2504982"></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="id2504993"></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="id2505006"></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="id2472281"></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="id2505025"></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="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 width="40%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-EXTRACTOR(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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="id2505050"></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="id2505062"></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="id2505075"></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="id2505089"></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="id2505118"></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="ar01s04.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MODULE-EXTRACTOR(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s06.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -1,5 +1,5 @@ -<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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 <morphix@barwap.spam_removed.com></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> —add [OPTIONS…] [ file | file path | option ] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —del [OPTIONS…] [ file | file path | option ] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —del-all [OPTIONS…] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —get [OPTIONS…] ISO DIRECTORY</p><p><span class="emphasis"><em>isomorph</em></span> —list [OPTIONS…] ISO</p><p><span class="emphasis"><em>isomorph</em></span> —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>—add</em></span> [OPTIONS…] [ file | file path | option ] OLDISO NEWISO +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>ISOMORPH(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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="id2505135"></a>ISOMORPH(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2505146"></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="id2505157"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>isomorph</em></span> —add [OPTIONS…] [ file | file path | option ] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —del [OPTIONS…] [ file | file path | option ] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —del-all [OPTIONS…] OLDISO NEWISO</p><p><span class="emphasis"><em>isomorph</em></span> —get [OPTIONS…] ISO DIRECTORY</p><p><span class="emphasis"><em>isomorph</em></span> —list [OPTIONS…] ISO</p><p><span class="emphasis"><em>isomorph</em></span> —list-xml ISO</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2505209"></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="id2505221"></a>OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term"> +<span class="emphasis"><em>—add</em></span> [OPTIONS…] [ 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> </p><div class="variablelist"><dl><dt><span class="term"> @@ -31,7 +31,7 @@ </span></dt><dd> add boot option </dd></dl></div></dd><dt><span class="term"> -<span class="emphasis"><em>—del</em></span> [OPTIONS…] [ file | file path | option ] OLDISO NEWISO +<span class="emphasis"><em>—del</em></span> [OPTIONS…] [ file | file path | option ] OLDISO NEWISO </span></dt><dd><p> Delete modular parts from the <span class="emphasis"><em>OLDISO</em></span> making a <span class="emphasis"><em>NEWISO</em></span> </p><div class="variablelist"><dl><dt><span class="term"> @@ -63,7 +63,7 @@ </span></dt><dd> delete boot option </dd></dl></div></dd><dt><span class="term"> -<span class="emphasis"><em>—del-all</em></span> [OPTIONS…] OLDISO NEWISO +<span class="emphasis"><em>—del-all</em></span> [OPTIONS…] OLDISO NEWISO </span></dt><dd><p> Delete all modular parts from the <span class="emphasis"><em>OLDISO</em></span> making a <span class="emphasis"><em>NEWISO</em></span> </p><div class="variablelist"><dl><dt><span class="term"> @@ -87,7 +87,7 @@ </span></dt><dd> delete all copy files </dd></dl></div></dd><dt><span class="term"> -<span class="emphasis"><em>—get</em></span> [OPTIONS…] ISO DIRECTORY +<span class="emphasis"><em>—get</em></span> [OPTIONS…] ISO DIRECTORY </span></dt><dd><p> Get modular parts from the <span class="emphasis"><em>ISO</em></span> copy to <span class="emphasis"><em>DIRECTORY</em></span> </p><div class="variablelist"><dl><dt><span class="term"> @@ -115,7 +115,7 @@ </span></dt><dd> copy copy-on-boot files </dd></dl></div></dd><dt><span class="term"> -<span class="emphasis"><em>—list</em></span> [OPTIONS…] ISO +<span class="emphasis"><em>—list</em></span> [OPTIONS…] ISO </span></dt><dd><p> List modular parts from the <span class="emphasis"><em>ISO</em></span> </p><div class="variablelist"><dl><dt><span class="term"> @@ -143,11 +143,11 @@ </span></dt><dd> list copy-on-boot files </dd></dl></div></dd><dt><span class="term"> -<span class="emphasis"><em>—list-xml</em></span> ISO +<span class="emphasis"><em>—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="id2519756"></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="id2552526"></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 —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="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 width="40%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-ISO(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> MMAKER(1)</td></tr></table></div></body></html> + isomorph —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="id2552554"></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="id2552565"></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="id2552578"></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="id2552592"></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="id2552621"></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="ar01s05.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ar01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAKE-ISO(1) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 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 2007-04-12 22:04:47 UTC (rev 2488) +++ trunk/how_tos/all_man_pages/html/ar01s07.html 2007-04-12 22:06:02 UTC (rev 2489) @@ -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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 <morphix@barwap.spam_removed.com></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 base 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"> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>MMAKER(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><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> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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="id2552638"></a>MMAKER(1)</h2></div></div></div><p>Brendan Sleight <morphix@barwap.spam_removed.com></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2552650"></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="id2552661"></a>SYNOPSIS</h3></div></div></div><p><span class="emphasis"><em>mmaker</em></span> [-g debootstrap.tar.gz] [-b debootstrap.tar.bz] [-a /path/to/package1.deb [-a /path/to/package2.deb]] [-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="id2552678"></a>DESCRIPTION</h3></div></div></div><p>Mmaker creates a Morphix base 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="id2552698"></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. @@ -7,6 +7,10 @@ </span></dt><dd> Use a local debian bootstrap, rather than download from repository. </dd><dt><span class="term"> +<span class="emphasis"><em>-a /path/to/package</em></span> +</span></dt><dd> + add this package... [truncated message content] |
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. |
From: <bms...@us...> - 2007-04-12 22:03:47
|
Revision: 2487 http://svn.sourceforge.net/morphix/?rev=2487&view=rev Author: bmsleight Date: 2007-04-12 15:03:44 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Updating Man pages Modified Paths: -------------- trunk/mmaker/debian/isomaker.1 trunk/mmaker/debian/make-mini.1 trunk/mmaker/debian/mmaker.1 Modified: trunk/mmaker/debian/isomaker.1 =================================================================== --- trunk/mmaker/debian/isomaker.1 2007-04-12 22:02:55 UTC (rev 2486) +++ trunk/mmaker/debian/isomaker.1 2007-04-12 22:03:44 UTC (rev 2487) @@ -1,131 +1,115 @@ -.\"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 "ISOMAKER" 1 "" "" "" -.SH NAME +.\" Title: isomaker +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "ISOMAKER" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" isomaker \- Creates a morphix base or morphix main module, using template files .SH "SYNOPSIS" - - -\fIisomaker\fR \-b basemod\&.xml [\-c] [\-m mainmod\&.xml] [\-m mainmod2\&.xml] [[\-r repository [\-p package1] [\-p package2]] [\-t tarball] output\&.iso - +\fIisomaker\fR \-b basemod.xml [\-c] [\-m mainmod.xml] [\-m mainmod2.xml] [[\-r repository [\-p package1] [\-p package2]] [\-t tarball] output.iso +.sp .SH "DESCRIPTION" - - This tool uses mmaker to generate a Morphix iso from scratch, using one basemodule template, and arbitrary number of mainmodule templates and optionally extra dpkg\-deb\-extracted deb/udeb packages - +.sp .SH "OPTIONS" - -.TP -\fI\-b basemod\&.xml\fR -Base module template used to build output\&.iso - -.TP +.PP +\fI\-b basemod.xml\fR +.RS 4 +Base module template used to build output.iso +.RE +.PP \fI\-c\fR -Clean temporary directories\&. - -.TP -\fI\-m mainmod\&.xml\fR -Main module template to include in output\&.iso - -.TP +.RS 4 +Clean temporary directories. +.RE +.PP +\fI\-m mainmod.xml\fR +.RS 4 +Main module template to include in output.iso +.RE +.PP \fI\-r repository\fR +.RS 4 Specify repository for deb/udeb packages to include on iso - -.RS - -.TP +.PP \-p package1 +.RS 4 Packages to be included on iso - .RE -.IP - -.TP +.RE +.PP \fI\-t tarball\fR -tarball to be included on iso\&. - -.TP -\fI\-g tarball\&.tar\&.gz\fR -Use a local debian bootstrap, rather than download from repository\&. - +.RS 4 +tarball to be included on iso. +.RE +.PP +\fI\-g tarball.tar.gz\fR +.RS 4 +Use a local debian bootstrap, rather than download from repository. +.RE .SH "USAGE" - - -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) - -.TP 3 -\(bu -grub\-gfxboot\-iso\-udeb -.TP -\(bu -morphix\-grub\-menulist\-udeb -.TP -\(bu -morphix\-iso\-grubtheme -.LP - - +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) +.sp +.sp +.RS 4 +\h'-04'\(bu\h'+03'grub\-gfxboot\-iso\-udeb +.RE +.sp +.RS 4 +\h'-04'\(bu\h'+03'morphix\-grub\-menulist\-udeb +.RE +.sp +.RS 4 +\h'-04'\(bu\h'+03'morphix\-iso\-grubtheme +.RE Additional udebs (you probably want them) - -.TP 3 -\(bu -morphix\-cdrom\-misc\-udeb -.LP - - -isomaker currently doesn't remove the working directories automatically, unless \-c is used\&. do a rm \-rf /tmp/libmorphix* afterwards to clean up... ($TEMP/libmorphix* if TEMP set) - - +.sp +.sp +.RS 4 +\h'-04'\(bu\h'+03'morphix\-cdrom\-misc\-udeb +.RE +isomaker currently doesn't remove the working directories automatically, unless \-c is used. do a rm \-rf /tmp/libmorphix* afterwards to clean up\&... ($TEMP/libmorphix* if TEMP set) +.sp Your kernel needs to be able to loop\-mount filesystems modprobe loop before building to enable this, if loop is compiled as a module - +.sp .SH "EXAMPLES" - -.TP +.PP Build a Morphix LiveCD with a single command -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 - +.RS 4 +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 +.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: \fIhttp://www.morphix.org/\fR\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - -This man page was written by Brendan Sleight using asciidoc: \fIhttp://www.methods.co.nz/asciidoc/\fR - +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/mmaker/debian/make-mini.1 =================================================================== --- trunk/mmaker/debian/make-mini.1 2007-04-12 22:02:55 UTC (rev 2486) +++ trunk/mmaker/debian/make-mini.1 2007-04-12 22:03:44 UTC (rev 2487) @@ -1,88 +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 "MAKE-MINI" 1 "" "" "" -.SH NAME -make-mini \- Creates a morphix mini module +.\" Title: make-mini +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MAKE\-MINI" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +make\-mini \- Creates a morphix mini module .SH "SYNOPSIS" - - -make\-mini [[\-\-lang LANG]] | [[\-\-overlay ] [\-\-hidden] [\-\-homedir]] output\&.mod - +make\-mini [[\-\-lang LANG]] | [[\-\-overlay ] [\-\-hidden] [\-\-homedir]] output.mod +.sp .SH "DESCRIPTION" - - -Commandline tool for building a minimodule containing homedir and language files\&. - +Commandline tool for building a minimodule containing homedir and language files. +.sp .SH "OPTIONS" - -.TP +.PP \fI\-\-lang LANG\fR +.RS 4 use LANG as the default language (overridden by bootoptions) - -.TP +.RE +.PP \fI\-\-overlay\fR +.RS 4 use files from /tmp/overlay - -.TP +.RE +.PP \fI\-\-hidden\fR +.RS 4 use hidden users files - -.TP +.RE +.PP \fI\-\-homedir\fR +.RS 4 use normal users files - +.RE .SH "EXAMPLES" - -.TP +.PP Build a Morphix minimodule containing all the files, including hidden file in the home directory -make\-mini \-\-homedir \-\-hidden \&./minimodule\&.mod - -.TP +.RS 4 +make\-mini \-\-homedir \-\-hidden ./minimodule.mod +.RE +.PP Language example +.RS 4 make\-mini \-\-lang nl_NL@euro - +.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: \fIhttp://www.morphix.org/\fR\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - -This man page was written by Brendan Sleight using asciidoc: \fIhttp://www.methods.co.nz/asciidoc/\fR - +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/mmaker/debian/mmaker.1 =================================================================== --- trunk/mmaker/debian/mmaker.1 2007-04-12 22:02:55 UTC (rev 2486) +++ trunk/mmaker/debian/mmaker.1 2007-04-12 22:03:44 UTC (rev 2487) @@ -1,96 +1,102 @@ -.\"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 "MMAKER" 1 "" "" "" -.SH NAME +.\" Title: mmaker +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> +.\" Date: 04/12/2007 +.\" Manual: +.\" Source: +.\" +.TH "MMAKER" "1" "04/12/2007" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" mmaker \- Creates a morphix base or morphix main module, using template files .SH "SYNOPSIS" - - -\fImmaker\fR [\-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 - +\fImmaker\fR [\-g debootstrap.tar.gz] [\-b debootstrap.tar.bz] [\-a /path/to/package1.deb [\-a /path/to/package2.deb]] [\-m miniroot.gz] [\-k vmlinuz\-mykernel] [\-t /tempdir] [\-c] [\-d /debootstrapped] [\-p http://proxy.mydomain.com:8080] [\-v] [\-i] input.xml output.mod +.sp .SH "DESCRIPTION" - - -Mmaker creates a Morphix base or main module \fIoutput\&.mod\fR, using a xml template file \fIinput\&.xml\fR\&. A really lazy way to build parts of a LiveCD\&. - +Mmaker creates a Morphix base or main module \fIoutput.mod\fR, using a xml template file \fIinput.xml\fR. A really lazy way to build parts of a LiveCD. +.sp .SH "OPTIONS" - -.TP -\fI\-g debootstrap\&.tar\&.gz\fR -Use a local debian bootstrap, rather than download from repository\&. - -.TP -\fI\-b debootstrap\&.tar\&.bz\fR -Use a local debian bootstrap, rather than download from repository\&. - -.TP +.PP +\fI\-g debootstrap.tar.gz\fR +.RS 4 +Use a local debian bootstrap, rather than download from repository. +.RE +.PP +\fI\-b debootstrap.tar.bz\fR +.RS 4 +Use a local debian bootstrap, rather than download from repository. +.RE +.PP +\fI\-a /path/to/package\fR +.RS 4 +add this package to the module. +.RE +.PP \fI\-d /debootstrapped\fR -Use a local debian bootstrap, rather than download from repository\&. - -.TP -\fI\-m miniroot\&.gz\fR -Use a local miniroot, rather than download from repository\&. - -.TP +.RS 4 +Use a local debian bootstrap, rather than download from repository. +.RE +.PP +\fI\-m miniroot.gz\fR +.RS 4 +Use a local miniroot, rather than download from repository. +.RE +.PP \fI\-k vmlinuz\-mykernel\fR -Use a local kernal, rather than download from repository\&. - -.TP +.RS 4 +Use a local kernal, rather than download from repository. +.RE +.PP \fI\-t /tempdir\fR -use this temp directory instead of making a new one\&. - -.TP +.RS 4 +use this temp directory instead of making a new one. +.RE +.PP \fI\-c\fR -Clean temporary directories\&. - -.TP -\fI\-p http://proxy\&.mydomain\&.com:8080\fR +.RS 4 +Clean temporary directories. +.RE +.PP +\fI\-p http://proxy.mydomain.com:8080\fR +.RS 4 Use a proxy for downloading packages - -.TP +.RE +.PP \fI\-v\fR -Verbose mode \- hepful for debugging\&. - -.TP +.RS 4 +Verbose mode \- hepful for debugging. +.RE +.PP \fI\-i\fR -Interactive mode \- may not work\&. - +.RS 4 +Interactive mode \- may not work. +.RE .SH "EXAMPLES" - -.TP +.PP Build a Morphix base module -mmaker \-m /my/livecd/boot/miniroot\&.gz \-k /my/livecd/boot/vmlinuz basemod\&.xml /my/livecd/base/morphix - -.TP +.RS 4 +mmaker \-m /my/livecd/boot/miniroot.gz \-k /my/livecd/boot/vmlinuz basemod.xml /my/livecd/base/morphix +.RE +.PP Build a Morphix main module -mmaker firefox\&.xml firefox\&.mod +.RS 4 +mmaker firefox.xml firefox.mod +.RE +.SH "EXAMPLES \-TEMPLATES" +.sp +.RS 4 +.nf +Quick overview on the layout of a template. For examples, see the +template/ directory. -.SH "EXAMPLES -TEMPLATES" +\-\-\- - -Below is a quick overview on the layout of a template\&. - -.IP The syntax is derived from Progeny's CL scheme, which was derived from -Redhat's\&. This one has a list of available options in your template, with -comments to help you out\&. +Redhat's. This one has a list of available options in your template, with +comments to help you out. <comps> <group> @@ -102,7 +108,7 @@ <description>possibly multiline description of module</description> - <type>[mainmod|basemod|minimod]</type> ( + <type>[mainmod|basemod|minimod]</type> <!\-\- currently only main/basemod are useful \-\-> <suite>[sid|sarge|woody|unstable|testing|stable]</suite> @@ -121,64 +127,79 @@ <to>/place/in/module</to> </retrieve> - <retrieve type="[tar\&.gz|tar\&.bz2]"> <!\-\- only implemented for local from\-to \-\-> - \&.\&.\&. + <retrieve type="[tar.gz|tar.bz2]"> <!\-\- only implemented for local from\-to \-\-> + ... </retrieve> <repositorylist> <repository type="[debian|plain]" [nonfree="true"] [suite="woody|sarge|sid|stable|testing|unstable]>URL</repository> - <!\-\- either a normal repository or a debian one\&. + <!\-\- either a normal repository or a debian one. Need one debian repository for main/base modules use nonfree if you want to add contrib/non\-free to your apt line adding the suite tag here overrides the default suite \-\-> - \&.\&.\&. + ... </repositorylist> <packagelist> <packagereq [target="sid|sarge|woody|unstable|testing|stable"]>packagename</packagereq> <!\-\- package to apt\-get install, optionally set target to define the \-t/\-\-target\-release of the package \-\-> - \&.\&.\&. + ... <packagedel>packagename</packagereq> <!\-\- package to apt\-get purge \-\-> - \&.\&.\&. + ... </packagelist> + + <localdeblist> + + <localdeb>/path/to/package.deb</localdeb> + <!\-\- this package from the host system is copied into the build directory and installed using dpkg \-i. It is removed afterwards \-\-> + </localdeblist> + <patchlist> - <patch>path/to/shellscript\&.sh</patch> - <!\-\- shell script on HOST system, gets the build directory as $1 \-\-> + <patch>path/to/shellscript.sh</patch> + <!\-\- shell script on host system, gets copied into the root of the build directory and is executed. It is removed afterwards \-\-> </patchlist> + + <commandlist> + + <command>echo "Real Morphers idle on #morphix"</command> + <!\-\- shell command run in the build chroot, just before compressing \-\-> + </commandlist> + </group> </comps> - +.fi +.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: \fIhttp://www.morphix.org/\fR\&. Browse cvs repository[http://sourceforge\&.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted\&. - - -This man page was written by Brendan Sleight using asciidoc: \fIhttp://www.methods.co.nz/asciidoc/\fR - +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. |
From: <bms...@us...> - 2007-04-12 22:02:58
|
Revision: 2486 http://svn.sourceforge.net/morphix/?rev=2486&view=rev Author: bmsleight Date: 2007-04-12 15:02:55 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Updating Man pages Modified Paths: -------------- trunk/how_tos/all_man_pages/man_source/mmaker.txt Added Paths: ----------- trunk/how_tos/all_man_pages/man_source/morphix-chroot.txt Modified: trunk/how_tos/all_man_pages/man_source/mmaker.txt =================================================================== --- trunk/how_tos/all_man_pages/man_source/mmaker.txt 2007-04-09 19:13:42 UTC (rev 2485) +++ trunk/how_tos/all_man_pages/man_source/mmaker.txt 2007-04-12 22:02:55 UTC (rev 2486) @@ -9,7 +9,7 @@ SYNOPSIS -------- -'mmaker' [-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 +'mmaker' [-g debootstrap.tar.gz] [-b debootstrap.tar.bz] [-a /path/to/package1.deb [-a /path/to/package2.deb]] [-m miniroot.gz] [-k vmlinuz-mykernel] [-t /tempdir] [-c] [-d /debootstrapped] [-p http://proxy.mydomain.com:8080] [-v] [-i] input.xml output.mod DESCRIPTION ----------- @@ -22,6 +22,9 @@ '-b debootstrap.tar.bz':: Use a local debian bootstrap, rather than download from repository. + + '-a /path/to/package':: + add this package to the module. '-d /debootstrapped':: Use a local debian bootstrap, rather than download from repository. Added: trunk/how_tos/all_man_pages/man_source/morphix-chroot.txt =================================================================== --- trunk/how_tos/all_man_pages/man_source/morphix-chroot.txt (rev 0) +++ trunk/how_tos/all_man_pages/man_source/morphix-chroot.txt 2007-04-12 22:02:55 UTC (rev 2486) @@ -0,0 +1,27 @@ +MORPHIX-CHROOT(1) +================= +Brendan Sleight <morphix@barwap.spam_removed.com> + + +NAME +---- +morphix-chroot - chroots into a Morphix MainModule. + +SYNOPSIS +-------- +'morphix-chroot' MainModule.mod + +DESCRIPTION +----------- + 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 + +EXAMPLES +-------- +Chroot into a Morphix MainModule:: + morphix-chroot MainModule.mod + +SECURITY +-------- +Needs to be run as root or via sudo. So has security implications. + +include::man_footer[] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-09 19:13:51
|
Revision: 2485 http://svn.sourceforge.net/morphix/?rev=2485&view=rev Author: bmsleight Date: 2007-04-09 12:13:42 -0700 (Mon, 09 Apr 2007) Log Message: ----------- Tidying-up the templates. Modified Paths: -------------- trunk/mmaker/templates/gnomey.xml trunk/mmaker/templates/lightgui.xml trunk/mmaker/templates/morphing-morphix.xml trunk/mmaker/templates/morphix-game.xml trunk/mmaker/templates/morphix-gnome-nl.xml trunk/mmaker/templates/morphix-gnome.xml trunk/mmaker/templates/morphix-icewm.xml trunk/mmaker/templates/morphix-kde.xml trunk/mmaker/templates/morphix-livekiosk.xml trunk/mmaker/templates/morphix-mythtv.xml trunk/mmaker/templates/morphix-server.xml Modified: trunk/mmaker/templates/gnomey.xml =================================================================== --- trunk/mmaker/templates/gnomey.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/gnomey.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -5,7 +5,6 @@ <name>Gnomey</name> <repositorylist> <repository type="debian" suite="unstable main contrib non-free">ftp://ftp.debian.org/debian</repository> -<!-- <repository type="debian">ftp://192.168.0.1/debian</repository>--> <repository type="plain" suite="./">http://www.morphix.org/debian</repository> <repository type="plain" suite="./">http://debs.livecd.net/gparted</repository> <repository type="plain" suite="non-free">ftp://ftp.tux.org/java/debian/</repository> Modified: trunk/mmaker/templates/lightgui.xml =================================================================== --- trunk/mmaker/templates/lightgui.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/lightgui.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,7 +4,6 @@ <id>lightgui</id> <name>Morphix LightGUI</name> <repositorylist> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository> --> <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="debian" suite="sid">http://www.debian-multimedia.org</repository> <repository type="debian" suite="unstable">http://www.os-works.com/debian</repository> Modified: trunk/mmaker/templates/morphing-morphix.xml =================================================================== --- trunk/mmaker/templates/morphing-morphix.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphing-morphix.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,7 +4,6 @@ <id>MorphingMorphix</id> <name>MorphingMorphix 0.3</name> <repositorylist> -<!-- <repository type="debian">http://127.0.0.1/sid/</repository> --> <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain">http://www.morphix.org/debian</repository> </repositorylist> Modified: trunk/mmaker/templates/morphix-game.xml =================================================================== --- trunk/mmaker/templates/morphix-game.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-game.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,8 +4,7 @@ <id>morphixgame</id> <name>Morphix Game LiveCD</name> <repositorylist> - <repository type="debian">http://127.0.0.1/sid/</repository> -<!-- <repository type="debian">ftp://ftp.debian.org/debian</repository> --> + <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> </repositorylist> <description>Morphix game mainmodule</description> Modified: trunk/mmaker/templates/morphix-gnome-nl.xml =================================================================== --- trunk/mmaker/templates/morphix-gnome-nl.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-gnome-nl.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -5,7 +5,6 @@ <name>Morphix Gnome</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository>--> <repository type="plain">http://www.morphix.org/debian</repository> </repositorylist> <description>Morphix Gnome mainmodule</description> Modified: trunk/mmaker/templates/morphix-gnome.xml =================================================================== --- trunk/mmaker/templates/morphix-gnome.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-gnome.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -5,7 +5,6 @@ <name>Morphix Gnome</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository> --> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> </repositorylist> <description>Morphix Gnome mainmodule</description> Modified: trunk/mmaker/templates/morphix-icewm.xml =================================================================== --- trunk/mmaker/templates/morphix-icewm.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-icewm.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,7 +4,6 @@ <id>morphix-icewm</id> <name>Morphix icewm</name> <repositorylist> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository>--> <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain">http://www.morphix.org/debian</repository> </repositorylist> Modified: trunk/mmaker/templates/morphix-kde.xml =================================================================== --- trunk/mmaker/templates/morphix-kde.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-kde.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,7 +4,6 @@ <version>0.5</version> <name>Morphix KDE</name> <repositorylist> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository>--> <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> </repositorylist> Modified: trunk/mmaker/templates/morphix-livekiosk.xml =================================================================== --- trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -5,13 +5,9 @@ <name>Morphix LiveKiosk</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> - <!-- <repository type="debian">http://127.0.0.1/sid/</repository> --> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> - <!-- <repository type="debian">ftp://ftp.debian.org/debian</repository> --> <!-- Updates and security packages.. --> - <!-- <repository type="debian" suite="sarge/updates">http://127.0.0.1/debian/debian-security/</repository> --> - <!-- firefox-1.5 for sarge is only available from backports.org --> - <!-- <repository type="debian" suite="sarge-backports">http://www.backports.org/</repository> --> + <!-- <repository type="debian" suite="etch/updates">http://ftp.debian.org/debian/debian-security/</repository> --> </repositorylist> <description>Morphix Live Kiosk mainmodule. Outline template, LiveCD will have a single application running full screen</description> <type>mainmod</type> Modified: trunk/mmaker/templates/morphix-mythtv.xml =================================================================== --- trunk/mmaker/templates/morphix-mythtv.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-mythtv.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -5,7 +5,6 @@ <name>Morphix MythTV</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> -<!-- <repository type="debian">ftp://127.0.0.1/debian</repository>--> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> <repository type="debian">http://dijkstra.csh.rit.edu/~mdz/debian</repository> </repositorylist> Modified: trunk/mmaker/templates/morphix-server.xml =================================================================== --- trunk/mmaker/templates/morphix-server.xml 2007-04-08 14:07:58 UTC (rev 2484) +++ trunk/mmaker/templates/morphix-server.xml 2007-04-09 19:13:42 UTC (rev 2485) @@ -4,8 +4,7 @@ <id>server</id> <name>Morphix Server</name> <repositorylist> -<!-- <repository type="debian">ftp://192.168.0.1/debian</repository> --> - <repository type="debian">ftp://ftp.debian.org/debian</repository> + <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain">http://www.morphix.org/debian</repository> </repositorylist> <description>Morphix Server mainmodule</description> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-08 14:08:01
|
Revision: 2484 http://svn.sourceforge.net/morphix/?rev=2484&view=rev Author: bmsleight Date: 2007-04-08 07:07:58 -0700 (Sun, 08 Apr 2007) Log Message: ----------- Prepare template for autobuilding Added Paths: ----------- trunk/mmaker/utils/local-prepare-templates.sh Added: trunk/mmaker/utils/local-prepare-templates.sh =================================================================== --- trunk/mmaker/utils/local-prepare-templates.sh (rev 0) +++ trunk/mmaker/utils/local-prepare-templates.sh 2007-04-08 14:07:58 UTC (rev 2484) @@ -0,0 +1,84 @@ +#!/bin/bash +# +# Copyleft (c) 2007 Brendan M. Sleight # +# <bmsleight@barwap._REMOVE_SPAM_TRAP.com> # +# # +# This script is licensed under the GNU GPL v2 or later. # +# # +# On Debian systems, this license can be obtained via # +# /usr/share/common-licenses/GPL # +# + +get_global_variables() +{ +MORPHIX_TEMPLATES_URI="https://morphix.svn.sourceforge.net/svnroot/morphix/trunk/mmaker/templates/" +TMP_DIR=/tmp/morphix-lpt.$$ +TMP_FILE=/tmp/morphix-lpt.$$.tmp +} + +clean_up() +{ +rm $TMP_DIR -Rf 2>/dev/null +rm $TMP_FILE 2>/dev/null +} + +get_templates() +{ +svn co $MORPHIX_TEMPLATES_URI $TMP_DIR +} + +replace_debian_repo() +{ +echo "Replace ftp.debian.org in $1 with $NEW_DEBIAN_REPO" +sed s_ftp.debian.org_"$NEW_DEBIAN_REPO"_g $TMP_DIR/$1 >$TMP_FILE +mv $TMP_FILE $TMP_DIR/$1 +} + +replace_release() +{ +if [ -z "$RELEASE" ]; then + echo "No change of release type for $1" +else + echo "Replace <suite>foobar</suite> in $1 with $RELEASE" + FINDS="^.*<suite>.*$" + REPLACES=" <suite>$RELEASE</suite>" + sed s_"$FINDS"_"$REPLACES"_ $TMP_DIR/$1 >$TMP_FILE + mv $TMP_FILE $TMP_DIR/$1 +fi +} + + +while getopts d:t:r: opt +do + case "$opt" in + d) NEW_DEBIAN_REPO="$OPTARG";; + t) LOCAL_TEMPLATE_DIR="$OPTARG";; + r) RELEASE="$OPTARG";; + \?) # unknown flag + echo >&2 \ + "Usage: $0 -d master.debian.repository.url -t /local/template/dir [-r release] template1.xml template2.xml .... " + exit 1;; + esac +done +shift `expr $OPTIND - 1` + + +if [ -z "$NEW_DEBIAN_REPO" -o -z "$LOCAL_TEMPLATE_DIR" ]; then + echo "Usage: $0 -d master.debian.repository.url -t /local/template/dir [-r release] template1.xml template2.xml .... " + echo "e.g. $0 -d ftp.si.debian.org -t /home/bms/build-templates/ -r sid morphix-livekiosk.xml morphix-kse.xml morphix-gnome.xml " + echo + echo "The above example will download three templates form the morphix repository. " + echo "For each template replace ftp.debian.com with ftp.si.debian.org, set <suite>sid</suite> and place in /home/bms/build-templates/ " + echo "Ready for running the local_autobuild.sh on /home/bms/build-templates/" + exit +fi + +get_global_variables +get_templates +for TEMPLATE in $* +do + replace_debian_repo $TEMPLATE + replace_release $TEMPLATE + mv $TMP_DIR/$TEMPLATE $LOCAL_TEMPLATE_DIR/$TEMPLATE +done +clean_up Property changes on: trunk/mmaker/utils/local-prepare-templates.sh ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-08 01:20:41
|
Revision: 2483 http://svn.sourceforge.net/morphix/?rev=2483&view=rev Author: bmsleight Date: 2007-04-07 18:20:40 -0700 (Sat, 07 Apr 2007) Log Message: ----------- changing r->from to r->to, silly boy. Modified Paths: -------------- trunk/mmaker/debian/changelog trunk/mmaker/libmorphix/makemodule.c Modified: trunk/mmaker/debian/changelog =================================================================== --- trunk/mmaker/debian/changelog 2007-04-07 23:11:59 UTC (rev 2482) +++ trunk/mmaker/debian/changelog 2007-04-08 01:20:40 UTC (rev 2483) @@ -1,3 +1,9 @@ +morphix-mmaker (0.4-40) unstable; urgency=low + + * bump - beacuse bmsleight is silly + + -- bmsleight <bms...@ba...> Sun, 08 Apr 2007 02:20:00 +0100 + morphix-mmaker (0.4-39) unstable; urgency=low * bmsleight's makemodule improvement (retrieve-to-directory patch) Modified: trunk/mmaker/libmorphix/makemodule.c =================================================================== --- trunk/mmaker/libmorphix/makemodule.c 2007-04-07 23:11:59 UTC (rev 2482) +++ trunk/mmaker/libmorphix/makemodule.c 2007-04-08 01:20:40 UTC (rev 2483) @@ -550,11 +550,11 @@ gchar *http_s = "http://"; if (strncmp(r->from,http_s,strlen(http_s)) == 0) { - // If the last charactor of r->from is a / then we need wget -P else wget -O + // If the last charactor of _r->to_ is a / then we need wget -P else wget -O char * pch; char wgetopt; - pch=strrchr(r->from,'/'); - if (pch-r->from == strlen(r->from)-1) { + pch=strrchr(r->to,'/'); + if (pch-r->to == strlen(r->to)-1) { wgetopt='P'; } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-07 23:12:03
|
Revision: 2482 http://svn.sourceforge.net/morphix/?rev=2482&view=rev Author: bmsleight Date: 2007-04-07 16:11:59 -0700 (Sat, 07 Apr 2007) Log Message: ----------- typo did not delete the whole tag Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-06 22:07:52 UTC (rev 2481) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-07 23:11:59 UTC (rev 2482) @@ -6,7 +6,6 @@ <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> <bootoption>ALL</bootoption> - <filelist> <commandlist> <preX> <!-- Comment out if you do not want the simple Navigation Bar --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pa...@us...> - 2007-04-06 22:07:56
|
Revision: 2481 http://svn.sourceforge.net/morphix/?rev=2481&view=rev Author: paul_c Date: 2007-04-06 15:07:52 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Just to make life even easier for our glorious leader.... Modified Paths: -------------- trunk/scripts-main/package_all.sh Modified: trunk/scripts-main/package_all.sh =================================================================== --- trunk/scripts-main/package_all.sh 2007-04-06 21:52:05 UTC (rev 2480) +++ trunk/scripts-main/package_all.sh 2007-04-06 22:07:52 UTC (rev 2481) @@ -1,9 +1,18 @@ #!/bin/sh +if test ! -z $1 ; then + changelog="$1" +else + changelog=" burp.. Bump version" +fi + for dir in bare flux heavy icewm kde light matchbox do cd $dir - dch -i "$1" - dpkg-buildpackage -us + dch -i "$changelog" + dpkg-buildpackage -us -uc -rfakeroot cd .. done + +svn up -m "New package release !" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-06 21:53:02
|
Revision: 2480 http://svn.sourceforge.net/morphix/?rev=2480&view=rev Author: bmsleight Date: 2007-04-06 14:52:05 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Updating MorphixLiveKiosk templates - should be cleaner Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-06 21:50:59 UTC (rev 2479) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-06 21:52:05 UTC (rev 2480) @@ -1,39 +1,21 @@ <comps> <group> <minimod> - <version>0.0.2</version> + <version>0.1.0</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> <bootoption>ALL</bootoption> <filelist> - <remote> - <!-- Use either of these files depending on how locked down the kiosk should be --> - <file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked_plus-nav-bar.tar.gz</file> - <!-- <file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked.tar.gz</file> --> - </remote> - </filelist> - <root> - <files> - <remote> - <!-- Set Minimize and Restore button as non-visable --> - <from>http://www.barwap.com/morphix/livekiosk/browser.css</from> - <to>/usr/share/iceweasel/chrome/classic/skin/classic/browser/</to> - </remote> - </files> - </root> <commandlist> <preX> - <command>rm /morphix/rc.m/S03console</command> + <!-- Comment out if you do not want the simple Navigation Bar --> + <command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> <!-- Get ip adress via dhcp --> <command>dhclient >/dev/null 2>&1 &</command> <!-- > is xml for > and & is xml for & --> - </preX> + </preX> <X> <!-- Before each time firefox is launched, delete the old user setting and restore saved setting --> <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command> - <command>echo "cd ~ " >> ~/.persistent-app </command> - <!-- Use either of these files depending on how locked down the kiosk should be --> - <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked_plus-nav-bar.tar.gz " >> ~/.persistent-app </command> - <!-- <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked.tar.gz " >> ~/.persistent-app </command> --> <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-06 21:51:37
|
Revision: 2479 http://svn.sourceforge.net/morphix/?rev=2479&view=rev Author: bmsleight Date: 2007-04-06 14:50:59 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Updating MorphixLiveKiosk templates - should be cleaner Modified Paths: -------------- trunk/mmaker/templates/morphix-livekiosk.xml Modified: trunk/mmaker/templates/morphix-livekiosk.xml =================================================================== --- trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-06 21:49:28 UTC (rev 2478) +++ trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-06 21:50:59 UTC (rev 2479) @@ -58,6 +58,7 @@ <!-- This requires MorphixMini-PersistentApp.xml to add to ~/.persistent-app to launch application --> <packagereq>iceweasel</packagereq> <packagereq>iceweasel-l10n-*</packagereq> +<packagereq>iceweasel-webconverger-morphixlivekiosk</packagereq> <!-- These alternatives do not work well yet - hence comment out --> <!-- <packagereq>gcjwebplugin</packagereq> --> <!-- <packagereq>kaffe</packagereq> --> @@ -65,14 +66,21 @@ <!-- Used for testing/debuging version --> <!-- <packagereq>xterm</packagereq> --> <!-- <packagereq>openssh-server</packagereq> --> +</packagelist> +<!-- Stop bookmarks toolbar from appearing --> +<retrieve> + <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/morphixlivekiosk/misc/localstore.rdf</from> + <to>/etc/iceweasel/profile/</to> + </retrieve> -</packagelist> <!-- The single application does not neet documentation or manuals --> <commandlist> <command>rm -rf /usr/share/doc</command> <command>rm -rf /usr/share/man</command> <command>rm -rf /usr/share/man-db</command> + <command>rm -f /morphix/rc.m/S03console</command> + <command>rm -f /morphix/init.d/console</command> </commandlist> </group> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-06 21:49:31
|
Revision: 2478 http://svn.sourceforge.net/morphix/?rev=2478&view=rev Author: bmsleight Date: 2007-04-06 14:49:28 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Changing package name to iceweasel-webconverger-morphixlivekiosk Modified Paths: -------------- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright Modified: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog 2007-04-06 21:49:28 UTC (rev 2478) @@ -1,3 +1,9 @@ +iceweasel-webconverger-morphixlivekiosk (6-3) unstable; urgency=low + + * Changed Packages names in case morphix and weconverger repositories are present + + -- Brendan Sleight <bms...@ba...> Fri, 06 Apr 2007 22:30:00 +0100 + iceweasel-webconverger (6-3) unstable; urgency=low * Please get this source package in Modified: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control 2007-04-06 21:47:30 UTC (rev 2477) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control 2007-04-06 21:49:28 UTC (rev 2478) @@ -1,11 +1,12 @@ -Source: iceweasel-webconverger +Source: iceweasel-webconverger-morphixlivekiosk Section: devel Priority: optional Maintainer: Kai Hendry <he...@ik...> +Changed-by: Brendan Sleight <bms...@ba...> Build-Depends: debhelper (>= 5.0.0) Standards-Version: 3.7.2 -Package: iceweasel-webconverger +Package: iceweasel-webconverger-morphixlivekiosk Architecture: all Depends: iceweasel (>= 2.0+dfsg-1), iceweasel (<< 2.1) Description: web kiosk extension for the Iceweasel web browser Modified: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright 2007-04-06 21:47:30 UTC (rev 2477) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright 2007-04-06 21:49:28 UTC (rev 2478) @@ -1,3 +1,6 @@ +This package was imported in to the morphix repository by Brendan M. Sleight <bms...@ba...> on +Fri, 06 Apr 2007 22:30:00 +0100 + This package was debianized by Kai Hendry <he...@ik...> on Mon Feb 26 10:45:11 GMT 2007. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2007-04-06 21:47:41
|
Revision: 2477 http://svn.sourceforge.net/morphix/?rev=2477&view=rev Author: alextreme Date: 2007-04-06 14:47:30 -0700 (Fri, 06 Apr 2007) Log Message: ----------- *burp* Modified Paths: -------------- trunk/scripts-main/bare/debian/changelog trunk/scripts-main/flux/debian/changelog trunk/scripts-main/heavy/debian/changelog trunk/scripts-main/icewm/debian/changelog trunk/scripts-main/kde/debian/changelog trunk/scripts-main/light/debian/changelog trunk/scripts-main/matchbox/debian/changelog trunk/scripts-main/package_all.sh Modified: trunk/scripts-main/bare/debian/changelog =================================================================== --- trunk/scripts-main/bare/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/bare/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-bare (0.1-10) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:39:34 +0200 + +morphix-init-bare (0.1-9) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:36:51 +0200 + morphix-init-bare (0.1-8) unstable; urgency=low * Depends xorg Modified: trunk/scripts-main/flux/debian/changelog =================================================================== --- trunk/scripts-main/flux/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/flux/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-fluxbox (0.1-9) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:39:40 +0200 + +morphix-init-fluxbox (0.1-8) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:36:55 +0200 + morphix-init-fluxbox (0.1-7) unstable; urgency=low * Depends xorg Modified: trunk/scripts-main/heavy/debian/changelog =================================================================== --- trunk/scripts-main/heavy/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/heavy/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-gnome (0.1-8) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:39:46 +0200 + +morphix-init-gnome (0.1-7) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:37:01 +0200 + morphix-init-gnome (0.1-6) unstable; urgency=low * Depends xorg Modified: trunk/scripts-main/icewm/debian/changelog =================================================================== --- trunk/scripts-main/icewm/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/icewm/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-icewm (0.1-7) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:39:51 +0200 + +morphix-init-icewm (0.1-6) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:37:06 +0200 + morphix-init-icewm (0.1-5) unstable; urgency=low * Depends xorg Modified: trunk/scripts-main/kde/debian/changelog =================================================================== --- trunk/scripts-main/kde/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/kde/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-kde (0.1-7) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:39:56 +0200 + +morphix-init-kde (0.1-6) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:37:11 +0200 + morphix-init-kde (0.1-5) unstable; urgency=low * Depends xserver Modified: trunk/scripts-main/light/debian/changelog =================================================================== --- trunk/scripts-main/light/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/light/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-light (0.1-13) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:40:01 +0200 + +morphix-init-light (0.1-12) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:37:16 +0200 + morphix-init-light (0.1-11) unstable; urgency=low * fixing xfce4-startup Modified: trunk/scripts-main/matchbox/debian/changelog =================================================================== --- trunk/scripts-main/matchbox/debian/changelog 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/matchbox/debian/changelog 2007-04-06 21:47:30 UTC (rev 2477) @@ -1,3 +1,15 @@ +morphix-init-matchbox (0.1-13) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:40:06 +0200 + +morphix-init-matchbox (0.1-12) unstable; urgency=low + + * Usage of xserver virtual package + + -- root <ro...@al...> Fri, 6 Apr 2007 23:37:21 +0200 + morphix-init-matchbox (0.1-11) unstable; urgency=low * Depends xorg Modified: trunk/scripts-main/package_all.sh =================================================================== --- trunk/scripts-main/package_all.sh 2007-04-06 21:29:58 UTC (rev 2476) +++ trunk/scripts-main/package_all.sh 2007-04-06 21:47:30 UTC (rev 2477) @@ -3,6 +3,7 @@ for dir in bare flux heavy icewm kde light matchbox do cd $dir + dch -i "$1" dpkg-buildpackage -us cd .. done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2007-04-06 21:30:15
|
Revision: 2476 http://svn.sourceforge.net/morphix/?rev=2476&view=rev Author: alextreme Date: 2007-04-06 14:29:58 -0700 (Fri, 06 Apr 2007) Log Message: ----------- *snore* Added Paths: ----------- trunk/scripts-main/package_all.sh Added: trunk/scripts-main/package_all.sh =================================================================== --- trunk/scripts-main/package_all.sh (rev 0) +++ trunk/scripts-main/package_all.sh 2007-04-06 21:29:58 UTC (rev 2476) @@ -0,0 +1,8 @@ +#!/bin/sh + +for dir in bare flux heavy icewm kde light matchbox +do + cd $dir + dpkg-buildpackage -us + cd .. +done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pa...@us...> - 2007-04-06 21:22:42
|
Revision: 2475 http://svn.sourceforge.net/morphix/?rev=2475&view=rev Author: paul_c Date: 2007-04-06 14:22:39 -0700 (Fri, 06 Apr 2007) Log Message: ----------- xserver is a virtual package that either Xorg or XFree86 provides - This should allow for builds on Sarge as well as Etch/Sid/Experimental. Modified Paths: -------------- trunk/scripts-main/bare/debian/control trunk/scripts-main/flux/debian/control trunk/scripts-main/heavy/debian/control trunk/scripts-main/icewm/debian/control trunk/scripts-main/light/debian/control trunk/scripts-main/matchbox/debian/control Modified: trunk/scripts-main/bare/debian/control =================================================================== --- trunk/scripts-main/bare/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/bare/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-bare Architecture: any -Depends: morphix-init, xorg +Depends: morphix-init, xserver Description: Morphix BareX mainmod livecd boot scripts Include files for basic startup development of a morphix live cd Modified: trunk/scripts-main/flux/debian/control =================================================================== --- trunk/scripts-main/flux/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/flux/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-fluxbox Architecture: any -Depends: morphix-init, fluxbox, xorg +Depends: morphix-init, fluxbox, xserver Description: Morphix Fluxbox mainmod livecd boot scripts Include files for starting fluxbox from a morphix live cd Modified: trunk/scripts-main/heavy/debian/control =================================================================== --- trunk/scripts-main/heavy/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/heavy/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-gnome Architecture: any -Depends: morphix-init, gnome-session, xorg +Depends: morphix-init, gnome-session, xserver Description: Morphix Gnome mainmod livecd boot scripts Contains the additional init symlinks and include files for starting gnome from a morphix live cd Modified: trunk/scripts-main/icewm/debian/control =================================================================== --- trunk/scripts-main/icewm/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/icewm/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-icewm Architecture: any -Depends: morphix-init, icewm, xorg +Depends: morphix-init, icewm, xserver Description: Morphix icewm mainmod livecd boot scripts Include files for starting icewm from a morphix live cd Modified: trunk/scripts-main/light/debian/control =================================================================== --- trunk/scripts-main/light/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/light/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-light Architecture: any -Depends: morphix-init, xfce4, xorg +Depends: morphix-init, xfce4, xserver Description: Morphix LightGUI/xfce4 mainmod livecd boot scripts Include files for starting xfce4 from a morphix live cd Modified: trunk/scripts-main/matchbox/debian/control =================================================================== --- trunk/scripts-main/matchbox/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/matchbox/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-matchbox Architecture: any -Depends: morphix-init, matchbox, xorg +Depends: morphix-init, matchbox, xserver Description: Morphix matchbix mainmod livecd boot scripts Include files for starting matchbox from a morphix live cd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-06 21:10:36
|
Revision: 2474 http://svn.sourceforge.net/morphix/?rev=2474&view=rev Author: bmsleight Date: 2007-04-06 14:10:10 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Adding some morphixlivekiosk packages and files Added Paths: ----------- trunk/morphixlivekiosk/ trunk/morphixlivekiosk/iceweasel-webconverger-6/ trunk/morphixlivekiosk/iceweasel-webconverger-6/chrome.manifest trunk/morphixlivekiosk/iceweasel-webconverger-6/content/ trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.js trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.xul trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/compat trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.dirs trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.install trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.links trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/rules trunk/morphixlivekiosk/iceweasel-webconverger-6/install.rdf trunk/morphixlivekiosk/iceweasel-webconverger-6/notes.txt trunk/morphixlivekiosk/misc/ trunk/morphixlivekiosk/misc/localstore.rdf trunk/morphixlivekiosk/templates/ trunk/morphixlivekiosk/templates/MorphixMini-KioskAddins.xml trunk/morphixlivekiosk/templates/MorphixMini-KioskSetting.xml trunk/morphixlivekiosk/templates/morphix-livekiosk.xml Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/chrome.manifest =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/chrome.manifest (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/chrome.manifest 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,2 @@ +content webconverger content/ +overlay chrome://browser/content/browser.xul chrome://webconverger/content/wc.xul Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.js =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.js (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.js 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,306 @@ +function Rkiosk_donothing() +{ + + +} + +function Rkiosk_navbar_setting() +{ + var rkiosk_navbar_enable="true"; + var prefs = Components.classes["@mozilla.org/preferences-service;1"]. + getService(Components.interfaces.nsIPrefBranch); + if (prefs.getPrefType("rkiosk.navbar") == prefs.PREF_BOOL){ + if (prefs.getBoolPref("rkiosk.navbar")) rkiosk_navbar_enable = "false"; + } + var rkiosk_element = document.getElementById("navigator-toolbox"); + rkiosk_element.setAttribute("hidden", rkiosk_navbar_enable); +} + +function RkioskBrowserStartup() +{ + gBrowser = document.getElementById("content"); + + window.tryToClose = WindowIsClosing; + + Rkiosk_navbar_setting(); + var uriToLoad = null; + // Check for window.arguments[0]. If present, use that for uriToLoad. + if ("arguments" in window && window.arguments[0]) + uriToLoad = window.arguments[0]; + + gIsLoadingBlank = uriToLoad == "about:blank"; + + if (!gIsLoadingBlank) + prepareForStartup(); + +//@line 775 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + if (uriToLoad && !gIsLoadingBlank) { + if (window.arguments.length >= 3) + loadURI(uriToLoad, window.arguments[2], window.arguments[3] || null, + window.arguments[4] || false); + + else + loadOneOrMoreURIs(uriToLoad); + } +//@line 784 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + + var sidebarSplitter; + if (window.opener && !window.opener.closed) { + if (window.opener.gFindBar && window.opener.gFindBar.mFindMode == FIND_NORMAL) { + var openerFindBar = window.opener.document.getElementById("FindToolbar"); + if (openerFindBar && !openerFindBar.hidden) + gFindBar.openFindBar(); + } + + var openerSidebarBox = window.opener.document.getElementById("sidebar-box"); + // The opener can be the hidden window too, if we're coming from the state + // where no windows are open, and the hidden window has no sidebar box. + if (openerSidebarBox && !openerSidebarBox.hidden) { + var sidebarBox = document.getElementById("sidebar-box"); + var sidebarTitle = document.getElementById("sidebar-title"); + sidebarTitle.setAttribute("value", window.opener.document.getElementById("sidebar-title").getAttribute("value")); + sidebarBox.setAttribute("width", openerSidebarBox.boxObject.width); + var sidebarCmd = openerSidebarBox.getAttribute("sidebarcommand"); + sidebarBox.setAttribute("sidebarcommand", sidebarCmd); + sidebarBox.setAttribute("src", window.opener.document.getElementById("sidebar").getAttribute("src")); + gMustLoadSidebar = true; + sidebarBox.hidden = false; + sidebarSplitter = document.getElementById("sidebar-splitter"); + sidebarSplitter.hidden = false; + document.getElementById(sidebarCmd).setAttribute("checked", "true"); + } + } + else { + var box = document.getElementById("sidebar-box"); + if (box.hasAttribute("sidebarcommand")) { + var commandID = box.getAttribute("sidebarcommand"); + if (commandID) { + var command = document.getElementById(commandID); + if (command) { + gMustLoadSidebar = true; + box.hidden = false; + sidebarSplitter = document.getElementById("sidebar-splitter"); + sidebarSplitter.hidden = false; + command.setAttribute("checked", "true"); + } + else { + // Remove the |sidebarcommand| attribute, because the element it + // refers to no longer exists, so we should assume this sidebar + // panel has been uninstalled. (249883) + box.removeAttribute("sidebarcommand"); + } + } + } + } + + // Certain kinds of automigration rely on this notification to complete their + // tasks BEFORE the browser window is shown. + var obs = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService); + obs.notifyObservers(null, "browser-window-before-show", ""); + + // Set a sane starting width/height for all resolutions on new profiles. + if (!document.documentElement.hasAttribute("width")) { + var defaultWidth = 994, defaultHeight; + if (screen.availHeight <= 600) { + document.documentElement.setAttribute("sizemode", "maximized"); + defaultWidth = 610; + defaultHeight = 450; + } + else { + // Create a narrower window for large or wide-aspect displays, to suggest + // side-by-side page view. + if ((screen.availWidth / 2) >= 800) + defaultWidth = (screen.availWidth / 2) - 20; + defaultHeight = screen.availHeight - 10; +//@line 868 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + } + document.documentElement.setAttribute("width", defaultWidth); + document.documentElement.setAttribute("height", defaultHeight); + } + + setTimeout(RkioskdelayedStartup, 0); +} + +function RkioskdelayedStartup() +{ + var os = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService); + os.addObserver(gSessionHistoryObserver, "browser:purge-session-history", false); + os.addObserver(gXPInstallObserver, "xpinstall-install-blocked", false); + + if (!gPrefService) + gPrefService = Components.classes["@mozilla.org/preferences-service;1"] + .getService(Components.interfaces.nsIPrefBranch); + BrowserOffline.init(); + + if (gURLBar && document.documentElement.getAttribute("chromehidden").indexOf("toolbar") != -1) { + gURLBar.setAttribute("readonly", "true"); + gURLBar.setAttribute("enablehistory", "false"); + } + + if (gIsLoadingBlank) + prepareForStartup(); + + if (gURLBar) + gURLBar.addEventListener("dragdrop", URLBarOnDrop, true); + + gBrowser.addEventListener("pageshow", function(evt) { setTimeout(pageShowEventHandlers, 0, evt); }, true); + + window.addEventListener("keypress", ctrlNumberTabSelection, false); + + if (gMustLoadSidebar) { + var sidebar = document.getElementById("sidebar"); + var sidebarBox = document.getElementById("sidebar-box"); + sidebar.setAttribute("src", sidebarBox.getAttribute("src")); + } + + gFindBar.initFindBar(); + +//@line 991 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + // add bookmark options to context menu for tabs + addBookmarkMenuitems(); + initServices(); + initBMService(); + // now load bookmarks + BMSVC.readBookmarks(); + var bt = document.getElementById("bookmarks-ptf"); + if (bt) { + var btf = BMSVC.getBookmarksToolbarFolder().Value; + bt.ref = btf; + document.getElementById("bookmarks-chevron").ref = btf; + bt.database.AddObserver(BookmarksToolbarRDFObserver); + } + window.addEventListener("resize", BookmarksToolbar.resizeFunc, false); + document.getElementById("PersonalToolbar") + .controllers.appendController(BookmarksMenuController); +//@line 1015 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + + // called when we go into full screen, even if it is + // initiated by a web page script + window.addEventListener("fullscreen", onFullScreen, true); + + var element; + if (gIsLoadingBlank && gURLBar && !gURLBar.hidden && + !gURLBarContainer.parentNode.collapsed) + element = gURLBar; + else + element = content; + + // This is a redo of the fix for jag bug 91884 + var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"] + .getService(Components.interfaces.nsIWindowWatcher); + if (window == ww.activeWindow) { + element.focus(); + } else { + // set the element in command dispatcher so focus will restore properly + // when the window does become active + if (element instanceof Components.interfaces.nsIDOMWindow) { + document.commandDispatcher.focusedWindow = element; + document.commandDispatcher.focusedElement = null; + } else if (element instanceof Components.interfaces.nsIDOMElement) { + document.commandDispatcher.focusedWindow = element.ownerDocument.defaultView; + document.commandDispatcher.focusedElement = element; + } + } + + SetPageProxyState("invalid"); + + var toolbox = document.getElementById("navigator-toolbox"); + toolbox.customizeDone = BrowserToolboxCustomizeDone; + + // Set up Sanitize Item + gSanitizeListener = new SanitizeListener(); + + var pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranchInternal); + + // Enable/Disable Form Fill + gFormFillPrefListener = new FormFillPrefListener(); + pbi.addObserver(gFormFillPrefListener.domain, gFormFillPrefListener, false); + gFormFillPrefListener.toggleFormFill(); + + // Enable/Disable URL Bar Auto Fill + gURLBarAutoFillPrefListener = new URLBarAutoFillPrefListener(); + pbi.addObserver(gURLBarAutoFillPrefListener.domain, gURLBarAutoFillPrefListener, false); + + // Enable/Disable auto-hide tabbar + gAutoHideTabbarPrefListener = new AutoHideTabbarPrefListener(); + pbi.addObserver(gAutoHideTabbarPrefListener.domain, gAutoHideTabbarPrefListener, false); + + // Enable/Disable Go button + gGoButtonPrefListener = new GoButtonPrefListener(); + pbi.addObserver(gGoButtonPrefListener.domain, gGoButtonPrefListener, false); + + pbi.addObserver(gHomeButton.prefDomain, gHomeButton, false); + gHomeButton.updateTooltip(); + + gClickSelectsAll = gPrefService.getBoolPref("browser.urlbar.clickSelectsAll"); + if (gURLBar) + gURLBar.clickSelectsAll = gClickSelectsAll; + +//@line 1079 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + // Perform default browser checking (after window opens). + var shell = getShellService(); + if (shell) { + var shouldCheck = shell.shouldCheckDefaultBrowser; + var willRestoreSession = false; + try { + var ss = Cc["@mozilla.org/browser/sessionstartup;1"]. + getService(Ci.nsISessionStartup); + willRestoreSession = ss.doRestore(); + } + catch (ex) { /* never mind; suppose SessionStore is broken */ } + if (shouldCheck && !shell.isDefaultBrowser(true) && !willRestoreSession) { + var brandBundle = document.getElementById("bundle_brand"); + var shellBundle = document.getElementById("bundle_shell"); + + var brandShortName = brandBundle.getString("brandShortName"); + var promptTitle = shellBundle.getString("setDefaultBrowserTitle"); + var promptMessage = shellBundle.getFormattedString("setDefaultBrowserMessage", + [brandShortName]); + var checkboxLabel = shellBundle.getFormattedString("setDefaultBrowserDontAsk", + [brandShortName]); + const IPS = Components.interfaces.nsIPromptService; + var ps = Components.classes["@mozilla.org/embedcomp/prompt-service;1"] + .getService(IPS); + var checkEveryTime = { value: shouldCheck }; + var rv = ps.confirmEx(window, promptTitle, promptMessage, + (IPS.BUTTON_TITLE_YES * IPS.BUTTON_POS_0) + + (IPS.BUTTON_TITLE_NO * IPS.BUTTON_POS_1), + null, null, null, checkboxLabel, checkEveryTime); + if (rv == 0) + shell.setDefaultBrowser(true, false); + shell.shouldCheckDefaultBrowser = checkEveryTime.value; + } + } +//@line 1114 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + + // BiDi UI + gBidiUI = isBidiEnabled(); + if (gBidiUI) { + document.getElementById("documentDirection-separator").hidden = false; + document.getElementById("documentDirection-swap").hidden = false; + document.getElementById("textfieldDirection-separator").hidden = false; + document.getElementById("textfieldDirection-swap").hidden = false; + } + +//@line 1130 "/cygdrive/c/builds/tinderbox/Fx-Mozilla1.8-release/WINNT_5.2_Depend/mozilla/browser/base/content/browser.js" + + // Initialize the microsummary service by retrieving it, prompting its factory + // to create its singleton, whose constructor initializes the service. + Cc["@mozilla.org/microsummary/service;1"].getService(Ci.nsIMicrosummaryService); + + // initialize the session-restore service (in case it's not already running) + if (document.documentElement.getAttribute("windowtype") == "navigator:browser") { + try { + var ss = Cc["@mozilla.org/browser/sessionstore;1"]. + getService(Ci.nsISessionStore); + ss.init(window); + } catch(ex) { + dump("nsSessionStore could not be initialized: " + ex + "\n"); + } + } + BrowserFullScreen(); + + // browser-specific tab augmentation + AugmentTabs.init(); +} + Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.xul =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.xul (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/content/wc.xul 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,128 @@ +<?xml version="1.0"?> + +<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + +<window id="main-window" + onload="RkioskBrowserStartup()"> +</window> + +<script type="application/x-javascript" src="wc.js"/> + + <menubar id="main-menubar" hidden="true" fullscreentoolbar="false" disabled="true"> + <menuitem id="menu_preferences" disabled="true"/> + </menubar> + + <popup id="contentAreaContextMenu" + onpopupshowing="if (event.target != this) return true; return false;" + onpopuphiding="if (event.target == this) gContextMenu = null;"> + </popup> + + <commandset id="mainCommandSet"> + <command id="cmd_newNavigator" disabled="true"/> + <command id="cmd_bm_open" disabled="true"/> + <command id="cmd_bm_openinnewwindow" disabled="true"/> + <command id="cmd_bm_openinnewtab" disabled="true"/> + <command id="cmd_bm_openfolder" disabled="true"/> + <command id="cmd_bm_managefolder" disabled="true"/> + <command id="cmd_bm_newfolder" disabled="true"/> + <command id="cmd_bm_newbookmark" disabled="true"/> + <command id="cmd_bm_newseparator" disabled="true"/> + <command id="cmd_bm_properties" disabled="true"/> + <command id="cmd_bm_refreshlivemark" disabled="true"/> + <command id="cmd_bm_refreshmicrosummary" disabled="true"/> + <command id="cmd_bm_rename" disabled="true"/> + <command id="cmd_bm_moveBookmark" disabled="true"/> + <command id="cmd_bm_sortbyname" disabled="true"/> + <command id="cmd_handleBackspace" disabled="true"/> + <command id="cmd_handleShiftBackspace" disabled="true"/> + <command id="cmd_newNavigatorTab" disabled="true"/> + <command id="Browser:OpenFile" disabled="true"/> + <command id="Browser:SavePage" disabled="true"/> + <command id="Browser:SaveFrame" disabled="true"/> + <command id="Browser:SendLink" disabled="true"/> + <command id="cmd_pageSetup" disabled="true"/> + <command id="cmd_print" oncommand="PrintUtils.print();"/> + <command id="cmd_printPreview" disabled="true"/> + <command id="cmd_close" disabled="true"/> + <command id="cmd_closeWindow" disabled="true"/> + <command id="cmd_toggleTaskbar" disabled="true"/> + <command id="cmd_CustomizeToolbars" disabled="true"/> + <command id="cmd_copyLink" disabled="true"/> + <command id="cmd_copyImageLocation" disabled="true"/> + <command id="cmd_copyImageContents" disabled="true"/> + <command id="cmd_undo" disabled="true"/> + <command id="cmd_redo" disabled="true"/> + <command id="cmd_cut" disabled="true"/> + <command id="cmd_copy" disabled="true"/> + <command id="cmd_paste" disabled="true"/> + <command id="cmd_delete" disabled="true"/> + <command id="cmd_selectAll" disabled="true"/> + <command id="cmd_switchTextDirection" disabled="true"/> + <command id="View:PageSource" disabled="true"/> + <command id="View:PageInfo" disabled="true"/> + <command id="View:FullScreen" disabled="true"/> + <command id="cmd_find" disabled="true"/> + <command id="cmd_findAgain" disabled="true"/> + <command id="cmd_findPrevious" disabled="true"/> + <command id="Browser:AddBookmarkAs" disabled="true"/> + <command id="Browser:BookmarkAllTabs" disabled="true"/> + <command id="Browser:Home" oncommand="BrowserHome();"/> + <command id="Browser:Back" disabled="true"/> + <command id="Browser:Forward" disabled="true"/> + <command id="Browser:Stop" disabled="true"/> + <command id="Browser:Reload" disabled="true"/> + <command id="Browser:ReloadSkipCache" disabled="true"/> + <command id="cmd_textZoomReduce" disabled="true"/> + <command id="cmd_textZoomEnlarge" disabled="true"/> + <command id="cmd_textZoomReset" disabled="true"/> + <command id="Browser:OpenLocation" disabled="true"/> + <command id="Tools:Search" disabled="true"/> + <command id="Tools:Downloads" disabled="true"/> + <command id="Tools:Addons" disabled="true"/> + <command id="Tools:Sanitize" disabled="true"/> + <command id="History:UndoCloseTab" disabled="true"/> + </commandset> + + <keyset id="mainKeyset"> + <key id="rkiosk_f1" keycode="VK_F1" oncommand="Rkiosk_donothing();"/> + <key id="key_newNavigator" disabled="true"/> + <key id="key_newNavigatorTab" disabled="true"/> + <key id="focusURLBar" disabled="true"/> + <key id="focusURLBar2" disabled="true"/> + <key id="key_search" disabled="true"/> + <key id="key_search2" disabled="true"/> + <key id="key_openDownloads" disabled="true"/> + <key id="openFileKb" disabled="true"/> + <key id="key_savePage" disabled="true"/> + <key id="printKb" disabled="true"/> + <key id="key_close" disabled="true"/> + <key id="key_closeWindow" disabled="true"/> + <key id="key_undo" disabled="true"/> + <key id="key_redo" disabled="true"/> + <key id="key_cut" disabled="true"/> + <key id="key_copy" disabled="true"/> + <key id="key_paste" disabled="true"/> + <key id="key_delete" disabled="true"/> + <key id="key_selectAll" disabled="true"/> + <key id="goBackKb" disabled="true"/> + <key id="goForwardKb" disabled="true"/> + <key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="alt"/> + <key id="key_fullScreen" disabled="true"/> + <key id="key_viewSource" disabled="true"/> + <key id="key_find" disabled="true"/> + <key id="key_findAgain" disabled="true"/> + <key id="key_findPrevious" disabled="true"/> + <key id="addBookmarkAsKb" disabled="true"/> + <key id="bookmarkAllTabsKb" disabled="true"/> + <key id="key_stop" disabled="true"/> + <key id="key_textZoomReduce" disabled="true"/> + <key id="key_textZoomEnlarge" disabled="true"/> + <key id="key_textZoomReset" disabled="true"/> + <key id="key_switchTextDirection" disabled="true"/> + <key id="key_sanitize" disabled="true"/> + <key id="key_undoCloseTab" disabled="true"/> + <key id="key_gotoHistory" command="Rkiosk_donothing();"/> + <key id="viewBookmarksSidebarKb" command="Rkiosk_donothing();"/> + <key id="viewBookmarksSidebarWinKb" command="Rkiosk_donothing();"/> + </keyset> +</overlay> Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/changelog 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,41 @@ +iceweasel-webconverger (6-3) unstable; urgency=low + + * Please get this source package in + + -- Kai Hendry <he...@ik...> Fri, 30 Mar 2007 12:25:32 +0100 + +iceweasel-webconverger (6-2) unstable; urgency=low + + * Changed version to reflect svn revision number + + -- Kai Hendry <he...@ik...> Fri, 30 Mar 2007 11:55:31 +0100 + +iceweasel-webconverger (20070322-1) unstable; urgency=low + + * Forked rkiosk as upstream is unresponsive and I am hacking this thing to + bits + * Changing src name + + -- Kai Hendry <he...@ik...> Thu, 22 Mar 2007 17:30:39 +0000 + +rkiosk (0.5.1-3) unstable; urgency=low + + * chrome.manifest altered to do away with the .jar + + -- Kai Hendry <he...@ik...> Mon, 19 Mar 2007 11:45:57 +0000 + +rkiosk (0.5.1-2) unstable; urgency=low + + * Rolled back JS to original + + -- Kai Hendry <he...@ik...> Mon, 19 Mar 2007 10:57:14 +0000 + +rkiosk (0.5.1-1) unstable; urgency=low + + * Initial release. + * Lowered the ID case + * Failure in chrome registration + * chrome.manifest was required! + * Manually edited .jar to enable navbar + + -- Kai Hendry <he...@ik...> Mon, 26 Feb 2007 13:29:09 +0000 Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/compat =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/compat (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/compat 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +5 Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/control 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,15 @@ +Source: iceweasel-webconverger +Section: devel +Priority: optional +Maintainer: Kai Hendry <he...@ik...> +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.2 + +Package: iceweasel-webconverger +Architecture: all +Depends: iceweasel (>= 2.0+dfsg-1), iceweasel (<< 2.1) +Description: web kiosk extension for the Iceweasel web browser + Webconverger provides a Firefox 2.0 extension to lock down the browser + for kiosk browsing. + . + Website: http://webconverger.org/ Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/copyright 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,11 @@ +This package was debianized by Kai Hendry <he...@ik...> on +Mon Feb 26 10:45:11 GMT 2007. + +It was downloaded from <http://webconverger.org>. + +Upstream Author: Kai Hendry <he...@ik...> + +Based on the public domain work of R-kiosk by Kimmo Heinäaro +<kim...@sc...> https://addons.mozilla.org/firefox/1659/ + +This package and its contents are in the PUBLIC DOMAIN. Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.dirs =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.dirs (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.dirs 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,2 @@ +usr/share/iceweasel-extensions/webconverger +usr/lib/iceweasel/extensions Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.install =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.install (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.install 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +chrome.manifest install.rdf content usr/share/iceweasel-extensions/webconverger/ Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.links =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.links (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/iceweasel-webconverger.links 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +usr/share/iceweasel-extensions/webconverger usr/lib/iceweasel/extensions/{ee11fa88-036b-4661-bb04-d436f86bc06a} Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/rules =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/rules (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/rules 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,33 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + dh_clean + +build: + +install: + dh_testdir + dh_testroot + dh_installdirs + dh_install + dh_link + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep build clean Property changes on: trunk/morphixlivekiosk/iceweasel-webconverger-6/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/install.rdf =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/install.rdf (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/install.rdf 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,37 @@ +<?xml version="1.0"?> + +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + + <Description about="urn:mozilla:install-manifest"> + + <em:id>{ee11fa88-036b-4661-bb04-d436f86bc06a}</em:id> + <em:name>Webconverger</em:name> + <em:version>$Revision: 6 $</em:version> + <em:description>Webconverger's kiosk extension</em:description> + <em:type>2</em:type> <!-- type=extension --> + <em:creator>Kai Hendry</em:creator> + <em:contributor>Kimmo Heinaaro</em:contributor> + <em:homepageURL>http://webconverger.org/</em:homepageURL> + +<!-- +updateURL = "%(homepageURL)s/update.rdf" % vars() +updateFile = "%(app)s-%(version)s.xpi" % vars() +updateLink = "%(homepageURL)s/%(updateFile)s" % vars() +--> + + <em:file> + <Description about="urn:mozilla:extension:file:webconverger"> + <em:package>content/</em:package> + </Description> + </em:file> + + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>2.0</em:minVersion> + <em:maxVersion>2.0.0.*</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF> Added: trunk/morphixlivekiosk/iceweasel-webconverger-6/notes.txt =================================================================== --- trunk/morphixlivekiosk/iceweasel-webconverger-6/notes.txt (rev 0) +++ trunk/morphixlivekiosk/iceweasel-webconverger-6/notes.txt 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,2 @@ +-install-global-extension +--safe-mode Added: trunk/morphixlivekiosk/misc/localstore.rdf =================================================================== --- trunk/morphixlivekiosk/misc/localstore.rdf (rev 0) +++ trunk/morphixlivekiosk/misc/localstore.rdf 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#" + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#toggle_taskbar" + checked="false" /> + <RDF:Description RDF:about="chrome://browser/content/browser.xul"> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#PersonalToolbar"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#status-bar"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#toggle_taskbar"/> + </RDF:Description> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#PersonalToolbar" + collapsed="true" /> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#status-bar" + hidden="true" /> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-title" + value="" /> +</RDF:RDF> Added: trunk/morphixlivekiosk/templates/MorphixMini-KioskAddins.xml =================================================================== --- trunk/morphixlivekiosk/templates/MorphixMini-KioskAddins.xml (rev 0) +++ trunk/morphixlivekiosk/templates/MorphixMini-KioskAddins.xml 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +link ../../scripts-mini/MorphixMini-KioskAddins.xml \ No newline at end of file Property changes on: trunk/morphixlivekiosk/templates/MorphixMini-KioskAddins.xml ___________________________________________________________________ Name: svn:special + * Added: trunk/morphixlivekiosk/templates/MorphixMini-KioskSetting.xml =================================================================== --- trunk/morphixlivekiosk/templates/MorphixMini-KioskSetting.xml (rev 0) +++ trunk/morphixlivekiosk/templates/MorphixMini-KioskSetting.xml 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +link ../../scripts-mini/MorphixMini-KioskSetting.xml \ No newline at end of file Property changes on: trunk/morphixlivekiosk/templates/MorphixMini-KioskSetting.xml ___________________________________________________________________ Name: svn:special + * Added: trunk/morphixlivekiosk/templates/morphix-livekiosk.xml =================================================================== --- trunk/morphixlivekiosk/templates/morphix-livekiosk.xml (rev 0) +++ trunk/morphixlivekiosk/templates/morphix-livekiosk.xml 2007-04-06 21:10:10 UTC (rev 2474) @@ -0,0 +1 @@ +link ../../mmaker/templates/morphix-livekiosk.xml \ No newline at end of file Property changes on: trunk/morphixlivekiosk/templates/morphix-livekiosk.xml ___________________________________________________________________ Name: svn:special + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2007-04-06 20:08:08
|
Revision: 2473 http://svn.sourceforge.net/morphix/?rev=2473&view=rev Author: alextreme Date: 2007-04-06 13:08:04 -0700 (Fri, 06 Apr 2007) Log Message: ----------- * new upload, with bmsleight's patch Modified Paths: -------------- trunk/mmaker/debian/changelog trunk/mmaker/libmorphix/makemini.c trunk/mmaker/libmorphix/makemodule.c Modified: trunk/mmaker/debian/changelog =================================================================== --- trunk/mmaker/debian/changelog 2007-04-06 19:22:45 UTC (rev 2472) +++ trunk/mmaker/debian/changelog 2007-04-06 20:08:04 UTC (rev 2473) @@ -1,7 +1,14 @@ +morphix-mmaker (0.4-39) unstable; urgency=low + + * bmsleight's makemodule improvement (retrieve-to-directory patch) + + -- root <ro...@al...> Fri, 6 Apr 2007 22:03:03 +0200 + morphix-mmaker (0.4-38) unstable; urgency=low + * fixing dependancies * Fix for remote retrieve of files - + -- bmsleight <bms...@ba...> Thu, 05 Apr 2007 21:00:00 +0100 morphix-mmaker (0.4-37) unstable; urgency=low Modified: trunk/mmaker/libmorphix/makemini.c =================================================================== --- trunk/mmaker/libmorphix/makemini.c 2007-04-06 19:22:45 UTC (rev 2472) +++ trunk/mmaker/libmorphix/makemini.c 2007-04-06 20:08:04 UTC (rev 2473) @@ -158,7 +158,7 @@ gboolean update = FALSE; // should add another argument for this one FILE *file; - if (user == NULL) { + if (user == NULL && save_overlay == FALSE) { return FALSE; } Modified: trunk/mmaker/libmorphix/makemodule.c =================================================================== --- trunk/mmaker/libmorphix/makemodule.c 2007-04-06 19:22:45 UTC (rev 2472) +++ trunk/mmaker/libmorphix/makemodule.c 2007-04-06 20:08:04 UTC (rev 2473) @@ -550,7 +550,7 @@ gchar *http_s = "http://"; if (strncmp(r->from,http_s,strlen(http_s)) == 0) { - #If the last charactor of r->from is a / then we need wget -P else wget -O + // If the last charactor of r->from is a / then we need wget -P else wget -O char * pch; char wgetopt; pch=strrchr(r->from,'/'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-06 19:22:48
|
Revision: 2472 http://svn.sourceforge.net/morphix/?rev=2472&view=rev Author: bmsleight Date: 2007-04-06 12:22:45 -0700 (Fri, 06 Apr 2007) Log Message: ----------- retrieve wget -P or wget -O Modified Paths: -------------- trunk/mmaker/libmorphix/makemodule.c Modified: trunk/mmaker/libmorphix/makemodule.c =================================================================== --- trunk/mmaker/libmorphix/makemodule.c 2007-04-05 19:45:09 UTC (rev 2471) +++ trunk/mmaker/libmorphix/makemodule.c 2007-04-06 19:22:45 UTC (rev 2472) @@ -550,7 +550,17 @@ gchar *http_s = "http://"; if (strncmp(r->from,http_s,strlen(http_s)) == 0) { - gchar *cmdline = g_strdup_printf("wget -P %s/%s %s",module->dirname,r->to,r->from); + #If the last charactor of r->from is a / then we need wget -P else wget -O + char * pch; + char wgetopt; + pch=strrchr(r->from,'/'); + if (pch-r->from == strlen(r->from)-1) { + wgetopt='P'; + } + else { + wgetopt='O'; + } + gchar *cmdline = g_strdup_printf("wget -%c %s/%s %s",wgetopt,module->dirname,r->to,r->from); if (!ExecuteCommand(cmdline)) { fprintf(stderr,"Warning: unable to execute retrieval: %s\n",r->from); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Brendan M. S. <me...@ba...> - 2007-04-06 18:28:00
|
Hi All, I have had a re-think on the patch I submitted. It works for examples such as:- <retrieve> <from>http://foo.com/bar.deb</from> <to>/tmp/</to> </retrieve> However, it will not work for examples such as:- <retrieve> <from>http://foo.com/bar.txt</from> <to>/tmp/foo.txt</to> </retrieve> Below is another improved patch. However my c skills are very, very rusty. I can not remember the last time I did some c. Please can someone review my 1337 coding, before it is submitted to the svn repository. Regards, Brendan Index: makemodule.c =================================================================== --- makemodule.c (revision 2471) +++ makemodule.c (working copy) @@ -550,7 +550,17 @@ gchar *http_s = "http://"; if (strncmp(r->from,http_s,strlen(http_s)) == 0) { - gchar *cmdline = g_strdup_printf("wget -P %s/%s %s",module->dirname,r->to,r->from); + #If the last charactor of r->from is a / then we need wget -P else wget -O + char * pch; + char wgetopt; + pch=strrchr(r->from,'/'); + if (pch-r->from == strlen(r->from)-1) { + wgetopt='P'; + } + else { + wgetopt='O'; + } + gchar *cmdline = g_strdup_printf("wget -%c %s/%s %s",wgetopt,module->dirname,r->to,r->from); if (!ExecuteCommand(cmdline)) { fprintf(stderr,"Warning: unable to execute retrieval: %s\n",r->from); } |
From: <bms...@us...> - 2007-04-05 19:45:14
|
Revision: 2471 http://svn.sourceforge.net/morphix/?rev=2471&view=rev Author: bmsleight Date: 2007-04-05 12:45:09 -0700 (Thu, 05 Apr 2007) Log Message: ----------- Fix for bug #1695227 - retrieve wget -P not wget -O Modified Paths: -------------- trunk/mmaker/debian/changelog trunk/mmaker/libmorphix/makemodule.c trunk/mmaker/utils/local_autobuilds.sh Modified: trunk/mmaker/debian/changelog =================================================================== --- trunk/mmaker/debian/changelog 2007-04-03 22:05:51 UTC (rev 2470) +++ trunk/mmaker/debian/changelog 2007-04-05 19:45:09 UTC (rev 2471) @@ -1,3 +1,9 @@ +morphix-mmaker (0.4-38) unstable; urgency=low + + * Fix for remote retrieve of files + + -- bmsleight <bms...@ba...> Thu, 05 Apr 2007 21:00:00 +0100 + morphix-mmaker (0.4-37) unstable; urgency=low * fixed make-mini (manual needs updating though...) Modified: trunk/mmaker/libmorphix/makemodule.c =================================================================== --- trunk/mmaker/libmorphix/makemodule.c 2007-04-03 22:05:51 UTC (rev 2470) +++ trunk/mmaker/libmorphix/makemodule.c 2007-04-05 19:45:09 UTC (rev 2471) @@ -550,7 +550,7 @@ gchar *http_s = "http://"; if (strncmp(r->from,http_s,strlen(http_s)) == 0) { - gchar *cmdline = g_strdup_printf("wget -O %s/%s %s",module->dirname,r->to,r->from); + gchar *cmdline = g_strdup_printf("wget -P %s/%s %s",module->dirname,r->to,r->from); if (!ExecuteCommand(cmdline)) { fprintf(stderr,"Warning: unable to execute retrieval: %s\n",r->from); } Modified: trunk/mmaker/utils/local_autobuilds.sh =================================================================== --- trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:05:51 UTC (rev 2470) +++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-05 19:45:09 UTC (rev 2471) @@ -3,7 +3,6 @@ # # GPL V2 or later # -#local_build mini upload_file_dir local_file_dir template_dir MODULE_TYPE="$1" TEMPLATE_DIR="$2" LOCAL_DIR="$3" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-03 22:05:54
|
Revision: 2470 http://svn.sourceforge.net/morphix/?rev=2470&view=rev Author: bmsleight Date: 2007-04-03 15:05:51 -0700 (Tue, 03 Apr 2007) Log Message: ----------- Ups Modified Paths: -------------- trunk/mmaker/utils/local_autobuilds.sh Modified: trunk/mmaker/utils/local_autobuilds.sh =================================================================== --- trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:03:23 UTC (rev 2469) +++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:05:51 UTC (rev 2470) @@ -18,17 +18,15 @@ fi -#MAINMODS="/home/morph/local_autobuilds/templates/main/* $1" -#MINIMODS="/home/morph/local_autobuilds/templates/mini/* $2" -#WORKING_DIR="/home/morph/local_autobuilds/builds" -LOCAL_TESTING="/home/morph/autobuilds/" +# Uncomment if you would like to copy files directly into an autotesting directory. +#LOCAL_TESTING="/home/morph/autobuilds/" upload_scp() { scp $2/$1.log mo...@lo...:morphixorg/autobuilds/$3/ scp $2/$1.mod.md5 mo...@lo...:morphixorg/autobuilds/$3/ scp $2/$1.mod mo...@lo...:morphixorg/autobuilds/$3/ scp $2/$1.xml mo...@lo...:morphixorg/autobuilds/$3/ - cp $2/$1.log $2/$1.xml $2/$1.mod.md5 $2/$1.mod $LOCAL_TESTING/$3/ +# cp $2/$1.log $2/$1.xml $2/$1.mod.md5 $2/$1.mod $LOCAL_TESTING/$3/ } build_main() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-03 22:03:28
|
Revision: 2469 http://svn.sourceforge.net/morphix/?rev=2469&view=rev Author: bmsleight Date: 2007-04-03 15:03:23 -0700 (Tue, 03 Apr 2007) Log Message: ----------- Documentation - corrected Modified Paths: -------------- trunk/mmaker/utils/local_autobuilds.sh Modified: trunk/mmaker/utils/local_autobuilds.sh =================================================================== --- trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:00:39 UTC (rev 2468) +++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:03:23 UTC (rev 2469) @@ -11,7 +11,7 @@ if [ -z "$MODULE_TYPE" -o -z "$TEMPLATE_DIR" -o -z "$LOCAL_DIR" -o -z "$UPLOAD_DIR" ]; then echo "Usage: $0 module_type template_dir local_file_dir upload_file_dir " - echo " e.g. local_autobuilds main /home/morphix/autobuilds/mainmod/sid/ ./local_autobuilds/mainmod/sid/ ./symlinked/templates/ " + echo " e.g. local_autobuilds main ./symlinked/templates/ ./local_autobuilds/mainmod/sid/ /home/morphix/autobuilds/mainmod/sid/ " echo " The above exmaple will build all main templates in ./symlinked/templates/ in to the local directory ./local_autobuilds/mainmod/sid/ and upload them to morphix.org into ./autobuilds/mainmod/sid/" echo "Uplaod will only work if authorized_keys contain your ssh key" exit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-04-03 22:00:44
|
Revision: 2468 http://svn.sourceforge.net/morphix/?rev=2468&view=rev Author: bmsleight Date: 2007-04-03 15:00:39 -0700 (Tue, 03 Apr 2007) Log Message: ----------- Documentation Modified Paths: -------------- trunk/mmaker/utils/local_autobuilds.sh Modified: trunk/mmaker/utils/local_autobuilds.sh =================================================================== --- trunk/mmaker/utils/local_autobuilds.sh 2007-04-01 19:26:34 UTC (rev 2467) +++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:00:39 UTC (rev 2468) @@ -10,8 +10,10 @@ UPLOAD_DIR="$4" if [ -z "$MODULE_TYPE" -o -z "$TEMPLATE_DIR" -o -z "$LOCAL_DIR" -o -z "$UPLOAD_DIR" ]; then - echo "Usage: $0 mini template_dir local_file_dir upload_file_dir " - echo " " + echo "Usage: $0 module_type template_dir local_file_dir upload_file_dir " + echo " e.g. local_autobuilds main /home/morphix/autobuilds/mainmod/sid/ ./local_autobuilds/mainmod/sid/ ./symlinked/templates/ " + echo " The above exmaple will build all main templates in ./symlinked/templates/ in to the local directory ./local_autobuilds/mainmod/sid/ and upload them to morphix.org into ./autobuilds/mainmod/sid/" + echo "Uplaod will only work if authorized_keys contain your ssh key" exit fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |