From: <bms...@us...> - 2006-03-26 22:22:13
|
Revision: 2173 Author: bmsleight Date: 2006-03-26 14:21:18 -0800 (Sun, 26 Mar 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2173&view=rev Log Message: ----------- more morphmini Modified Paths: -------------- trunk/how_tos/all_man_pages/all_man_pages.txt trunk/mmaker/utils/auto-testing/AutoTestingMini.xml trunk/mmaker/utils/auto-testing/run_testing.sh trunk/morph-scripts/debian/changelog Modified: trunk/how_tos/all_man_pages/all_man_pages.txt =================================================================== --- trunk/how_tos/all_man_pages/all_man_pages.txt 2006-03-26 21:52:10 UTC (rev 2172) +++ trunk/how_tos/all_man_pages/all_man_pages.txt 2006-03-26 22:21:18 UTC (rev 2173) @@ -62,6 +62,9 @@ '- addtoiso (morphix-addtoiso)' + Add file to an iso, without having to copy the file all within the image +indexterm:morphmini[morphmini] +'- addtoiso (morphix-addtoiso)' + + Creates a morphix mini module, using a template file. include::./man_source/module-builder.txt[] @@ -83,6 +86,7 @@ include::./man_source/addtoiso.txt[] +include::./man_source/morphmini.txt[] Index ===== Modified: trunk/mmaker/utils/auto-testing/AutoTestingMini.xml =================================================================== --- trunk/mmaker/utils/auto-testing/AutoTestingMini.xml 2006-03-26 21:52:10 UTC (rev 2172) +++ trunk/mmaker/utils/auto-testing/AutoTestingMini.xml 2006-03-26 22:21:18 UTC (rev 2173) @@ -13,8 +13,8 @@ <command>echo " * Using AutoTesting Mini Module"</command> </preX> <X> <!-- Commands to run in X windows --> - <command>firefox http://www.google.com</command> - <command>sleep 60</command> <!-- As xmessage runs and terminates quickly, wait until x is settled until running next command --> + <command>firefox http://www.google.com &</command> +<!-- <command>sleep 60</command> --> <!-- As xmessage runs and terminates quickly, wait until x is settled until running next command --> <command>/bin/bash $1/morphix/files/cat_file.sh</command> </X> <postX> <!-- Commands to run after X windows shutdown --> Modified: trunk/mmaker/utils/auto-testing/run_testing.sh =================================================================== --- trunk/mmaker/utils/auto-testing/run_testing.sh 2006-03-26 21:52:10 UTC (rev 2172) +++ trunk/mmaker/utils/auto-testing/run_testing.sh 2006-03-26 22:21:18 UTC (rev 2173) @@ -71,6 +71,7 @@ #Build minimod /home/morph/morphix/trunk/mmaker/utils/auto-testing/build_auto_test_mini.sh +#morphmini /home/morph/morphix/trunk/mmaker/utils/auto-testing/AutoTestingMini.xml $DEBUG_MINI TODAY=$(date +"%F") MAINMODS=$(find /home/morph/autobuilds/mainmod/ /home/morph/alextreme/mainmod/ /home/morph/local_autobuilds/builds/ -type f -name "*$TODAY*.mod" ) Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-03-26 21:52:10 UTC (rev 2172) +++ trunk/morph-scripts/debian/changelog 2006-03-26 22:21:18 UTC (rev 2173) @@ -1,3 +1,9 @@ +morph-scripts (0.2-18) unstable; urgency=low + + * adding morphing-morphmini + + -- bmsleight <bms...@ba...> Sun, 26 Mar 2006 23:15:00 +0100 + morph-scripts (0.2-17) unstable; urgency=low * adding morphing-morphix This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-03-27 19:33:01
|
Revision: 2174 Author: bmsleight Date: 2006-03-27 11:32:44 -0800 (Mon, 27 Mar 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2174&view=rev Log Message: ----------- Learnt xml Modified Paths: -------------- trunk/mmaker/utils/auto-testing/AutoTestingMini.xml trunk/mmaker/utils/auto-testing/run_testing.sh trunk/morph-scripts/debian/control trunk/morph-scripts/morphmini/morphimini Modified: trunk/mmaker/utils/auto-testing/AutoTestingMini.xml =================================================================== --- trunk/mmaker/utils/auto-testing/AutoTestingMini.xml 2006-03-26 22:21:18 UTC (rev 2173) +++ trunk/mmaker/utils/auto-testing/AutoTestingMini.xml 2006-03-27 19:32:44 UTC (rev 2174) @@ -13,7 +13,7 @@ <command>echo " * Using AutoTesting Mini Module"</command> </preX> <X> <!-- Commands to run in X windows --> - <command>firefox http://www.google.com &</command> + <command>firefox http://www.google.com & </command> <!-- <command>sleep 60</command> --> <!-- As xmessage runs and terminates quickly, wait until x is settled until running next command --> <command>/bin/bash $1/morphix/files/cat_file.sh</command> </X> Modified: trunk/mmaker/utils/auto-testing/run_testing.sh =================================================================== --- trunk/mmaker/utils/auto-testing/run_testing.sh 2006-03-26 22:21:18 UTC (rev 2173) +++ trunk/mmaker/utils/auto-testing/run_testing.sh 2006-03-27 19:32:44 UTC (rev 2174) @@ -70,8 +70,9 @@ fi #Build minimod -/home/morph/morphix/trunk/mmaker/utils/auto-testing/build_auto_test_mini.sh +#/home/morph/morphix/trunk/mmaker/utils/auto-testing/build_auto_test_mini.sh #morphmini /home/morph/morphix/trunk/mmaker/utils/auto-testing/AutoTestingMini.xml $DEBUG_MINI +sudo /home/morph/morphix/trunk/morph-scripts/morphmini/morphimini /home/morph/morphix/trunk/mmaker/utils/auto-testing/AutoTestingMini.xml $DEBUG_MINI TODAY=$(date +"%F") MAINMODS=$(find /home/morph/autobuilds/mainmod/ /home/morph/alextreme/mainmod/ /home/morph/local_autobuilds/builds/ -type f -name "*$TODAY*.mod" ) Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2006-03-26 22:21:18 UTC (rev 2173) +++ trunk/morph-scripts/debian/control 2006-03-27 19:32:44 UTC (rev 2174) @@ -111,5 +111,5 @@ Package: morphing-morphmini Architecture: any -Depends: xmlstarlet +Depends: xmlstarlet, morphix-modulebuilder Description: Creates a morphix mini module, using a template file. Modified: trunk/morph-scripts/morphmini/morphimini =================================================================== --- trunk/morph-scripts/morphmini/morphimini 2006-03-26 22:21:18 UTC (rev 2173) +++ trunk/morph-scripts/morphmini/morphimini 2006-03-27 19:32:44 UTC (rev 2174) @@ -13,6 +13,7 @@ { TMP_DIR=/tmp/morphixmini.$$ TMP_FILE=/tmp/morphixmini.$$.tmp + TMP_FILE_2=/tmp/morphixmini.$$.2.tmp RETURN_VALUE="" } @@ -38,6 +39,7 @@ xml_get_tmp () { xmlstarlet sel -t -m "$1" -v "$2" -v "@$3" -n $4 | sed 's/^[ \t]*//' | sed /^$/d >$TMP_FILE + convert_quoted_chars } @@ -55,7 +57,8 @@ process_filelist () { -xml_get //minimod filelist file $TEMPLATE +xml_get_tmp //minimod filelist file $TEMPLATE +RETURN_VALUE=$(cat $TMP_FILE) for CP_FILES in $RETURN_VALUE do cp -p $CP_FILES $TMP_DIR/minimod/morphix/files/ @@ -107,10 +110,22 @@ remove_minimodule_tmp () { -rm $TMP_DIR -r -rm /tmp/morphixmini.$$.tmp +rm $TMP_DIR -r 2>/dev/null +rm $TMP_FILE 2>/dev/null +rm $TMP_FILE_2 2>/dev/null } +convert_quoted_chars () +{ +AMP="\&/\&" +sed -e s/$AMP/g $TMP_FILE >$TMP_FILE_2 +AMP="\</<" +sed -e s/$AMP/g $TMP_FILE_2 >$TMP_FILE +AMP="\>/>" +sed -e s/$AMP/g $TMP_FILE >$TMP_FILE_2 +AMP="\"/\"" +sed -e s/$AMP/g $TMP_FILE_2 >$TMP_FILE +} #Main loop This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-04-23 15:40:51
|
Revision: 2205 Author: bmsleight Date: 2006-04-23 08:40:31 -0700 (Sun, 23 Apr 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2205&view=rev Log Message: ----------- adding morphmini <bootoption> Modified Paths: -------------- trunk/morph-scripts/debian/add_to_iso.1 trunk/morph-scripts/debian/changelog 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/morphmini.1 trunk/morph-scripts/morphmini/example.xml trunk/morph-scripts/morphmini/morphmini trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml Modified: trunk/morph-scripts/debian/add_to_iso.1 =================================================================== --- trunk/morph-scripts/debian/add_to_iso.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/add_to_iso.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -62,5 +62,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/changelog 2006-04-23 15:40:31 UTC (rev 2205) @@ -1,3 +1,9 @@ +morph-scripts (0.2-20) unstable; urgency=low + + * adding morphmini <bootoption> + + -- bmsleight <bms...@ba...> Sun, 23 Apr 2006 16:30:00 +0100 + morph-scripts (0.2-19) unstable; urgency=low * Moved man pages in to their respective packages. Modified: trunk/morph-scripts/debian/isomorph.1 =================================================================== --- trunk/morph-scripts/debian/isomorph.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/isomorph.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -244,5 +244,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/make-iso.1 =================================================================== --- trunk/morph-scripts/debian/make-iso.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/make-iso.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -62,5 +62,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/minimod-gen.1 =================================================================== --- trunk/morph-scripts/debian/minimod-gen.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/minimod-gen.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -83,5 +83,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/module-builder.1 =================================================================== --- trunk/morph-scripts/debian/module-builder.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/module-builder.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -33,21 +33,25 @@ .SH "OPTIONS" .TP -\-l LABEL +\fI\-l LABEL\fR set the CD label if no label is given (default: Morphix) .TP -\-t FSTYPE +\fI\-b\fR +flag for create_compressed_fs, best compression + +.TP +\fI\-t FSTYPE\fR set the file system type (default: iso9660) .RS .TP -ext3 +\fIext3\fR slower buildtime, better compression, cowloop\-overlayable .TP -iso9660 +\fIiso9660\fR faster, default\&. Only overlayable with translucency/mini_fo .RE @@ -85,5 +89,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/module-extractor.1 =================================================================== --- trunk/morph-scripts/debian/module-extractor.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/module-extractor.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -62,5 +62,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/debian/morphmini.1 =================================================================== --- trunk/morph-scripts/debian/morphmini.1 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/debian/morphmini.1 2006-04-23 15:40:31 UTC (rev 2205) @@ -43,6 +43,7 @@ <description>MorphMini Example</description> <minitag>Example</minitag> <maintag>ALL</maintag> + <bootoption>ALL</bootoption> <!\-\- Only run the minimodule when this bootoption is used\&. Special case run ALL the time\-\-> <filelist> <!\-\- files to be added to minimod available as $1/morphix/files/ \-\-> <local> <file>/home/morph/test\&.jpg</file> @@ -104,5 +105,5 @@ .SH "SEE ALSO" -\fImodule\-builder, module\-extractor, make\-iso, isomorph, mmaker, isomaker, make\-mini, install2mainmod, minimod\-gen, addtoiso\fR +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR Modified: trunk/morph-scripts/morphmini/example.xml =================================================================== --- trunk/morph-scripts/morphmini/example.xml 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/morphmini/example.xml 2006-04-23 15:40:31 UTC (rev 2205) @@ -4,7 +4,8 @@ <version>0.0.1</version> <description>MorphMini Example</description> <minitag>Example</minitag> - <maintag>ALL</maintag> + <maintag>ALL</maintag> + <bootoption>ALL</bootoption> <!-- Only run the minimodule when this bootoption is used. Special case run ALL the time--> <filelist> <!-- files to be added to minimod available as $1/morphix/files/ --> <local> <file>/home/morph/test.jpg</file> Modified: trunk/morph-scripts/morphmini/morphmini =================================================================== --- trunk/morph-scripts/morphmini/morphmini 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/morphmini/morphmini 2006-04-23 15:40:31 UTC (rev 2205) @@ -15,6 +15,8 @@ TMP_FILE=/tmp/morphixmini.$$.tmp TMP_FILE_2=/tmp/morphixmini.$$.2.tmp RETURN_VALUE="" + DOLLAR="$" + DOLLAR1=$DOLLAR"1" } set_up_module_build () @@ -55,6 +57,39 @@ echo "$RETURN_VALUE" >>$TMP_DIR/minimod/morphix/mini_module } +process_bootoption () +{ +xml_get "//minimod" "minitag" "maintag" $TEMPLATE +MINITAG=$RETURN_VALUE +xml_get "//minimod" "bootoption" "bootoption" $TEMPLATE +if [ -n "$RETURN_VALUE" ] + then + cat >>$TMP_DIR/minimod/morphix/loadmod.sh <<EOF +MINIMODBOOTOPTION="${RETURN_VALUE}" +BOOTOPTIONOK="" +CMDLINE="$DOLLAR(cat /proc/cmdline)" + +NORMAL="[0;39m" +# RED: Failure or error message +RED="[1;31m" +# GREEN: Success message +GREEN="[1;32m" +# Reset fb color mode +RESET="]R" +NORMAL="[0;39m" + +case "$DOLLAR{CMDLINE}" in *\ $DOLLAR{MINIMODBOOTOPTION}*) BOOTOPTIONOK="yes"; ;; esac +if [ "$DOLLAR{MINIMODBOOTOPTION}" != "ALL" ]; then + if [ -z "$DOLLAR{BOOTOPTIONOK}" ]; then + echo " $DOLLAR{GREEN}*$DOLLAR{NORMAL} Boot Option $DOLLAR{RED}$DOLLAR{MINIMODBOOTOPTION}$DOLLAR{NORMAL} not found. Skipping MiniModule: $DOLLAR{RED}${MINITAG}$DOLLAR{NORMAL}" + exit + fi +fi +EOF +fi +} + + process_filelist () { xml_get_tmp //minimod/filelist local file $TEMPLATE @@ -89,9 +124,7 @@ echo "#!/bin/sh " >$TMP_DIR/minimod/morphix/commandsX.sh cat $TMP_FILE >>$TMP_DIR/minimod/morphix/commandsX.sh chmod a+x $TMP_DIR/minimod/morphix/commandsX.sh - DOLLAR="$" DOLLARSTARTX=$DOLLAR"STARTX" - DOLLAR1=$DOLLAR"1" DOLLARUSER=$DOLLAR"USER" cat >>$TMP_DIR/minimod/morphix/loadmod.sh <<EOF USER=$DOLLAR(cat /etc/sysconfig/username) @@ -113,8 +146,6 @@ #Alex will hate this #This will make sure that commandsPostX.sh has correct $1 from minimodule - DOLLAR="$" - DOLLAR1=$DOLLAR"1" echo "echo \"#!/bin/sh \" > /morphix/rc.m/S11PostX11.sh " >>$TMP_DIR/minimod/morphix/loadmod.sh echo "echo \"$DOLLAR1/morphix/commandsPostX.sh $DOLLAR1 \" >> /morphix/rc.m/S11PostX11.sh " >>$TMP_DIR/minimod/morphix/loadmod.sh echo "chmod a+x /morphix/rc.m/S11PostX11.sh " >>$TMP_DIR/minimod/morphix/loadmod.sh @@ -160,7 +191,9 @@ get_global_variables set_up_module_build +#Test xml file error check. write_tags_and_desciptions +process_bootoption process_filelist process_command_prex process_command_postx Modified: trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml =================================================================== --- trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml 2006-04-17 19:31:33 UTC (rev 2204) +++ trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml 2006-04-23 15:40:31 UTC (rev 2205) @@ -5,6 +5,7 @@ <description>MorphMini launch firefox</description> <minitag>MorphixMini-Firefox</minitag> <maintag>ALL</maintag> + <bootoption>ALL</bootoption> <!-- Only run the minimodule when this bootoption is used. Special case run ALL the time--> <commandlist> <!-- Commands to be started from minimodule --> <X> <!-- Commands to run in X windows --> <command>firefox http://www.morphix.org & </command><!-- & is xml foramt for & --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-04-23 15:58:44
|
Revision: 2208 Author: bmsleight Date: 2006-04-23 08:58:37 -0700 (Sun, 23 Apr 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2208&view=rev Log Message: ----------- man morphmini minor change Modified Paths: -------------- trunk/morph-scripts/debian/morphmini.1 trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml Modified: trunk/morph-scripts/debian/morphmini.1 =================================================================== --- trunk/morph-scripts/debian/morphmini.1 2006-04-23 15:57:44 UTC (rev 2207) +++ trunk/morph-scripts/debian/morphmini.1 2006-04-23 15:58:37 UTC (rev 2208) @@ -33,7 +33,7 @@ .SH "EXAMPLE TEMPLATE" -This is an example template to show how morphmini works\&. +This is an example template to show how morphmini works, listing all the possible options\&. .IP <comps> @@ -73,6 +73,25 @@ </group> </comps> + +Most templates are much shorter\&. Sections version, bootoption, filelist, local, remote, commandlist, preX, X, postX are optional\&. + +.IP +<comps> + <group> + <minimod> + <description>MorphMini launch firefox</description> + <minitag>MorphixMini\-Firefox</minitag> + <maintag>ALL</maintag> + <commandlist> + <X> + <command>firefox http://www\&.morphix\&.org & </command> <!\-\- & is xml format for & \-\-> + </X> + </commandlist> + </minimod> + </group> +</comps> + .SH "EXAMPLES" .TP Modified: trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml =================================================================== --- trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml 2006-04-23 15:57:44 UTC (rev 2207) +++ trunk/morph-scripts/morphmini/templates/MorphixMini-Firefox.xml 2006-04-23 15:58:37 UTC (rev 2208) @@ -8,7 +8,7 @@ <bootoption>ALL</bootoption> <!-- Only run the minimodule when this bootoption is used. Special case run ALL the time--> <commandlist> <!-- Commands to be started from minimodule --> <X> <!-- Commands to run in X windows --> - <command>firefox http://www.morphix.org & </command><!-- & is xml foramt for & --> + <command>firefox http://www.morphix.org & </command><!-- & is xml format for & --> </X> </commandlist> </minimod> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-05-21 18:27:06
|
Revision: 2244 Author: bmsleight Date: 2006-05-21 11:26:52 -0700 (Sun, 21 May 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2244&view=rev Log Message: ----------- Changing morphmini <file><local> to recursive copy Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/morphmini/morphmini Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-05-21 16:22:24 UTC (rev 2243) +++ trunk/morph-scripts/debian/changelog 2006-05-21 18:26:52 UTC (rev 2244) @@ -1,3 +1,9 @@ +morph-scripts (0.2-21) unstable; urgency=low + + * changing morphmini <file><local> to recursive copy + + -- bmsleight <bms...@ba...> Sun, 21 May 2006 19:30:00 +0100 + morph-scripts (0.2-20) unstable; urgency=low * adding morphmini <bootoption> Modified: trunk/morph-scripts/morphmini/morphmini =================================================================== --- trunk/morph-scripts/morphmini/morphmini 2006-05-21 16:22:24 UTC (rev 2243) +++ trunk/morph-scripts/morphmini/morphmini 2006-05-21 18:26:52 UTC (rev 2244) @@ -97,7 +97,7 @@ RETURN_VALUE=$(cat $TMP_FILE) for CP_FILES in $RETURN_VALUE do - cp -p $CP_FILES $TMP_DIR/minimod/morphix/files/ + cp -a $CP_FILES $TMP_DIR/minimod/morphix/files/ done xml_get_tmp //minimod/filelist remote file $TEMPLATE RETURN_VALUE=$(cat $TMP_FILE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2006-06-12 12:46:43
|
Revision: 2304 Author: alextreme Date: 2006-06-12 05:46:28 -0700 (Mon, 12 Jun 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2304&view=rev Log Message: ----------- * updating Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/morphmini/morphmini Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-06-11 21:07:15 UTC (rev 2303) +++ trunk/morph-scripts/debian/changelog 2006-06-12 12:46:28 UTC (rev 2304) @@ -1,3 +1,9 @@ +morph-scripts (0.2-22) unstable; urgency=low + + * morphing-morphix update + + -- root <ro...@al...> Mon, 12 Jun 2006 14:45:01 +0200 + morph-scripts (0.2-21) unstable; urgency=low * changing morphmini <file><local> to recursive copy Modified: trunk/morph-scripts/morphmini/morphmini =================================================================== --- trunk/morph-scripts/morphmini/morphmini 2006-06-11 21:07:15 UTC (rev 2303) +++ trunk/morph-scripts/morphmini/morphmini 2006-06-12 12:46:28 UTC (rev 2304) @@ -32,7 +32,6 @@ chmod a+x $TMP_DIR/minimod/morphix/loadmod.sh } - xml_get () { RETURN_VALUE=$(xmlstarlet sel -t -m "$1" -v "$2" -v "@$3" -n $4 | sed 's/^[ \t]*//' | sed /^$/d) @@ -183,13 +182,18 @@ #Confirm parameters TEMPLATE=$1 BMODULE=$2 +if [ ! -e "/usr/bin/xmlstarlet" ]; then + echo "Unable to find xmlstarlet, which is required for morphmini"; + echo + exit +fi + if [ -z "$TEMPLATE" -a -z "$BMODULE" ]; then echo "Usage: $0 template.xml output.mod" echo exit fi - get_global_variables set_up_module_build #Test xml file error check. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-06-17 22:29:59
|
Revision: 2314 Author: bmsleight Date: 2006-06-17 15:29:52 -0700 (Sat, 17 Jun 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2314&view=rev Log Message: ----------- Packaging morphix-rebrand Modified Paths: -------------- trunk/morph-scripts/debian/control trunk/morph-scripts/debian/rules Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2006-06-17 16:48:36 UTC (rev 2313) +++ trunk/morph-scripts/debian/control 2006-06-17 22:29:52 UTC (rev 2314) @@ -113,3 +113,8 @@ Architecture: any Depends: xmlstarlet, morphix-modulebuilder Description: Creates a morphix mini module, using a template file. + +Package: morphix-rebrand +Architecture: any +Depends: make-iso, make, imagemagick, make +Description: Rebrands a Morphix LiveCD, using a graphics.png file. Modified: trunk/morph-scripts/debian/rules =================================================================== --- trunk/morph-scripts/debian/rules 2006-06-17 16:48:36 UTC (rev 2313) +++ trunk/morph-scripts/debian/rules 2006-06-17 22:29:52 UTC (rev 2314) @@ -65,6 +65,7 @@ $(MAKE) makeiso DESTDIR=$(CURDIR)/debian/morphix-make-iso $(MAKE) morphing-morphix DESTDIR=$(CURDIR)/debian/morphing-morphix $(MAKE) morphmini DESTDIR=$(CURDIR)/debian/morphix-morphmini + $(MAKE) morphix-rebrand DESTDIR=$(CURDIR)/debian/morphix-rebrand dh_install -s # Must not depend on anything. This is to be called by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-06-28 22:19:27
|
Revision: 2330 Author: bmsleight Date: 2006-06-28 15:19:13 -0700 (Wed, 28 Jun 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2330&view=rev Log Message: ----------- loading minimodules respects boot_option if this file exists in minimodule Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/morphmini/morphmini Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-06-28 22:09:28 UTC (rev 2329) +++ trunk/morph-scripts/debian/changelog 2006-06-28 22:19:13 UTC (rev 2330) @@ -1,3 +1,9 @@ +morph-scripts (0.2-26) unstable; urgency=low + + * bump + + -- bmsleight <bms...@ba...> Wed, 28 Jun 2006 23:00:00 +0100 + morph-scripts (0.2-25) unstable; urgency=low * bump Modified: trunk/morph-scripts/morphmini/morphmini =================================================================== --- trunk/morph-scripts/morphmini/morphmini 2006-06-28 22:09:28 UTC (rev 2329) +++ trunk/morph-scripts/morphmini/morphmini 2006-06-28 22:19:13 UTC (rev 2330) @@ -92,6 +92,7 @@ fi echo " $DOLLAR{GREEN}*$DOLLAR{NORMAL} Boot Option $DOLLAR{RED}$DOLLAR{MINIMODBOOTOPTION}$DOLLAR{NORMAL} found. Running MiniModule: $DOLLAR{RED}${MINITAG}$DOLLAR{NORMAL}" EOF +echo "${RETURN_VALUE}" > $TMP_DIR/minimod/morphix/boot_option fi } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-07-01 23:24:55
|
Revision: 2332 Author: bmsleight Date: 2006-07-01 16:24:45 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2332&view=rev Log Message: ----------- morphmini <packages> <other> Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/morphmini/example.xml trunk/morph-scripts/morphmini/morphmini Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-07-01 14:26:28 UTC (rev 2331) +++ trunk/morph-scripts/debian/changelog 2006-07-01 23:24:45 UTC (rev 2332) @@ -1,3 +1,9 @@ +morph-scripts (0.2-27) unstable; urgency=low + + * morphmini <packages> <other> + + -- bmsleight <bms...@ba...> Sun, 02 Jul 2006 00:23:00 +0100 + morph-scripts (0.2-26) unstable; urgency=low * bump Modified: trunk/morph-scripts/morphmini/example.xml =================================================================== --- trunk/morph-scripts/morphmini/example.xml 2006-07-01 14:26:28 UTC (rev 2331) +++ trunk/morph-scripts/morphmini/example.xml 2006-07-01 23:24:45 UTC (rev 2332) @@ -15,7 +15,7 @@ <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--> + <root> <!-- Files or Packages to be overlaid on the rootfile system - good for saving ramspace --> <files> <local> <from>/home/morph/test.jpg</from> @@ -30,7 +30,7 @@ <to>/usr/share/misc/</to> </remote> </files> - <packages> <!-- Not yet implemented --> + <packages> <local> <targz>/home/morph/example.tar.gz</targz> </local> @@ -53,6 +53,9 @@ <command>echo "Hello 6"</command> </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> + </other> </minimod> </group> </comps> Modified: trunk/morph-scripts/morphmini/morphmini =================================================================== --- trunk/morph-scripts/morphmini/morphmini 2006-07-01 14:26:28 UTC (rev 2331) +++ trunk/morph-scripts/morphmini/morphmini 2006-07-01 23:24:45 UTC (rev 2332) @@ -235,9 +235,31 @@ process_root_packages () { -echo "Root Packages - Not yet done" +xml_get_tmp //minimod/root/packages local targz $TEMPLATE +RETURN_VALUE=$(cat $TMP_FILE) +for TARS in $RETURN_VALUE +do + tar xvzf $TARS -C $TMP_DIR/minimod/root/ +done +xml_get_tmp //minimod/root/packages remote targz $TEMPLATE +RETURN_VALUE=$(cat $TMP_FILE) +for TARS in $RETURN_VALUE +do + wget --tries=3 --timeout=60 --directory-prefix=$TMP_DIR/ --output-document=$TMP_DIR/temp.tar.gz $TARS + tar xvzf $TMP_DIR/temp.tar.gz -C $TMP_DIR/minimod/root/ + rm $TMP_DIR/temp.tar.gz +done } +process_other () +{ +xml_get_tmp //minimod other buildcommand $TEMPLATE +if [ -s $TMP_FILE ] +then + cat $TMP_FILE >>$TMP_DIR/other_commands.sh +fi +sh $TMP_DIR/other_commands.sh $TMP_DIR/minimod/ +} build_minimodule () { @@ -293,6 +315,7 @@ process_command_prex process_command_postx process_command_x +process_other build_minimodule remove_minimodule_tmp 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: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: <pa...@us...> - 2007-05-26 20:59:29
|
Revision: 2504 http://svn.sourceforge.net/morphix/?rev=2504&view=rev Author: paul_c Date: 2007-05-26 13:59:27 -0700 (Sat, 26 May 2007) Log Message: ----------- Tweak depends & use Section:utils.. (Bump version for svn-buildpackage) Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/debian/control Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2007-05-24 19:06:35 UTC (rev 2503) +++ trunk/morph-scripts/debian/changelog 2007-05-26 20:59:27 UTC (rev 2504) @@ -1,3 +1,10 @@ +morph-scripts (0.2-33) unstable; urgency=low + + * Tweak depends and change Section: to utils so that reprepro will + import without error. + + -- paul <pa...@us...> Sat, 26 May 2007 21:56:45 +0100 + morph-scripts (0.2-32) unstable; urgency=low * options for morphix-rebrand Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2007-05-24 19:06:35 UTC (rev 2503) +++ trunk/morph-scripts/debian/control 2007-05-26 20:59:27 UTC (rev 2504) @@ -1,5 +1,5 @@ Source: morph-scripts -Section: unknown +Section: utils Priority: optional Maintainer: Morphix User <lala@myBox> Build-Depends: debhelper (>= 4.0.0) @@ -15,7 +15,6 @@ Package: morphix-moduleloader Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} Description: Loads minimodules, for manual usage module-loader provides an easy way for mounting and executing a Morphix (mini)module manually. @@ -24,14 +23,14 @@ Package: morphix-addtoiso Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: mkisofs | genisoimage Description: Add files to an iso quickly add_to_iso provides a way to easily add files to an iso, without having to copy the whole iso onto a writeable disk first. Package: morphix-buildminimod Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: perl Description: build a minimod from the latest packages, specified on the command line build_minimod is a perl script that builds a minimod from the latest packages that you specify on the command line. . @@ -41,7 +40,6 @@ Package: morphix-converttobootimg Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} Description: Create a boot.img from a Morphix iso convert_to_bootimg provides a way to create a syslinux-bootable boot.img for systems that have problems booting from GRUB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-06-20 18:36:18
|
Revision: 2522 http://svn.sourceforge.net/morphix/?rev=2522&view=rev Author: bmsleight Date: 2007-06-20 11:36:06 -0700 (Wed, 20 Jun 2007) Log Message: ----------- Adding morphix-chroot to morphing-tools Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/debian/control Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2007-06-18 21:11:23 UTC (rev 2521) +++ trunk/morph-scripts/debian/changelog 2007-06-20 18:36:06 UTC (rev 2522) @@ -1,3 +1,9 @@ +morph-scripts (0.2-34) unstable; urgency=low + + * Adding morphix-chroot to morphing-tools + + -- bmsleight <bms...@ba...> Wed, 20 Jun 2007 19:30:00 +0100 + morph-scripts (0.2-33) unstable; urgency=low * Tweak depends and change Section: to utils so that reprepro will Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2007-06-18 21:11:23 UTC (rev 2521) +++ trunk/morph-scripts/debian/control 2007-06-20 18:36:06 UTC (rev 2522) @@ -8,7 +8,7 @@ Package: morphing-tools Provides: morphix-tools, morph-scripts Architecture: any -Depends: morphix-moduleloader, morphix-isomorph, morphix-install2mainmod, morphix-changekernel, morphix-make-iso, morphix-modulebuilder, morphix-moduleextractor, morphix-minimodgen, morphix-deb-get, morphix-addtoiso, morphix-converttobootimg, morphix-buildminimod, morphix-mmaker, morphix-morphmini, morphix-rebrand +Depends: morphix-moduleloader, morphix-isomorph, morphix-install2mainmod, morphix-changekernel, morphix-make-iso, morphix-modulebuilder, morphix-moduleextractor, morphix-minimodgen, morphix-deb-get, morphix-addtoiso, morphix-converttobootimg, morphix-buildminimod, morphix-mmaker, morphix-morphmini, morphix-rebrand, morphix-chroot Description: Metapackage for all Morphix commandline tools Metapackage for all Morphix commandline tools that handle modules. See separate packages for descriptions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-07-15 14:36:42
|
Revision: 2538 http://svn.sourceforge.net/morphix/?rev=2538&view=rev Author: bmsleight Date: 2007-07-15 07:36:37 -0700 (Sun, 15 Jul 2007) Log Message: ----------- Minor man page updates 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-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/add_to_iso.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: add_to_iso .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "ADD_TO_ISO" "1" "04/12/2007" "" "" +.TH "ADD_TO_ISO" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/isomorph.1 =================================================================== --- trunk/morph-scripts/debian/isomorph.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/isomorph.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: isomorph .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "ISOMORPH" "1" "04/12/2007" "" "" +.TH "ISOMORPH" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -29,50 +29,28 @@ This script manipulates a morphix iso. Modular parts are added, deleted extracted or listed from the iso. .sp .SH "OPTIONS" -.PP -\fI\-\-add\fR [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO +.sp .RS 4 -Add modular parts to the -\fIOLDISO\fR -making a -\fINEWISO\fR -.PP -\fIbase BASEMODULE OLDISO NEWISO\fR -.RS 4 -replace basemodule +.nf +\'\-\-add' [OPTIONS...] [ file | file path | option ] OLDISO NEWISO :: + Add modular parts to the 'OLDISO' making a 'NEWISO' + 'base BASEMODULE OLDISO NEWISO';; + replace basemodule + 'main MAINMODULE OLDISO NEWISO';; + add mainmodule + 'mini MINIMODULE OLDISO NEWISO';; + add minimodule + 'deb DEBPACKAGE OLDISO NEWISO';; + add debian package + 'exec SHELLSCRIPT OLDISO NEWISO';; + add script + 'copy FILE PATH OLDISO NEWISO';; + add file in path + 'boot "Boot Option" OLDISO NEWISO';; + add boot option +.fi .RE .PP -\fImain MAINMODULE OLDISO NEWISO\fR -.RS 4 -add mainmodule -.RE -.PP -\fImini MINIMODULE OLDISO NEWISO\fR -.RS 4 -add minimodule -.RE -.PP -\fIdeb DEBPACKAGE OLDISO NEWISO\fR -.RS 4 -add debian package -.RE -.PP -\fIexec SHELLSCRIPT OLDISO NEWISO\fR -.RS 4 -add script -.RE -.PP -\fIcopy FILE PATH OLDISO NEWISO\fR -.RS 4 -add file in path -.RE -.PP -\fIboot "Boot Option" OLDISO NEWISO\fR -.RS 4 -add boot option -.RE -.RE -.PP \fI\-\-del\fR [OPTIONS\&...] [ file | file path | option ] OLDISO NEWISO .RS 4 Delete modular parts from the Modified: trunk/morph-scripts/debian/make-iso.1 =================================================================== --- trunk/morph-scripts/debian/make-iso.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/make-iso.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: make-iso .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MAKE\-ISO" "1" "04/12/2007" "" "" +.TH "MAKE\-ISO" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/minimod-gen.1 =================================================================== --- trunk/morph-scripts/debian/minimod-gen.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/minimod-gen.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: minimod-gen .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MINIMOD\-GEN" "1" "04/12/2007" "" "" +.TH "MINIMOD\-GEN" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -19,7 +19,6 @@ .PP Interactive commandline tool for building a minimodule. Interactive menu .RS 4 - .sp .RS 4 \h'-04' 1.\h'+02'Copy a file/dir to the mainmod at boot, or overwrite one if it exists Modified: trunk/morph-scripts/debian/module-builder.1 =================================================================== --- trunk/morph-scripts/debian/module-builder.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/module-builder.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: module-builder .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MODULE\-BUILDER" "1" "04/12/2007" "" "" +.TH "MODULE\-BUILDER" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/module-extractor.1 =================================================================== --- trunk/morph-scripts/debian/module-extractor.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/module-extractor.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: module-extractor .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MODULE\-EXTRACTOR" "1" "04/12/2007" "" "" +.TH "MODULE\-EXTRACTOR" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/morphix-chroot.1 =================================================================== --- trunk/morph-scripts/debian/morphix-chroot.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/morphix-chroot.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: morphix-chroot .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MORPHIX\-CHROOT" "1" "04/12/2007" "" "" +.TH "MORPHIX\-CHROOT" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/morphix-rebrand.1 =================================================================== --- trunk/morph-scripts/debian/morphix-rebrand.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/morphix-rebrand.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: morphix_rebrand .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MORPHIX_REBRAND" "1" "04/12/2007" "" "" +.TH "MORPHIX_REBRAND" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) Modified: trunk/morph-scripts/debian/morphmini.1 =================================================================== --- trunk/morph-scripts/debian/morphmini.1 2007-07-15 14:35:02 UTC (rev 2537) +++ trunk/morph-scripts/debian/morphmini.1 2007-07-15 14:36:37 UTC (rev 2538) @@ -1,11 +1,11 @@ .\" Title: morphmini .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> -.\" Date: 04/12/2007 +.\" Date: 07/02/2007 .\" Manual: .\" Source: .\" -.TH "MORPHMINI" "1" "04/12/2007" "" "" +.TH "MORPHMINI" "1" "07/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |