From: <bms...@us...> - 2006-06-17 16:49:09
|
Revision: 2313 Author: bmsleight Date: 2006-06-17 09:48:36 -0700 (Sat, 17 Jun 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2313&view=rev Log Message: ----------- Packaging morphix-rebrand Modified Paths: -------------- trunk/morph-scripts/Makefile trunk/morph-scripts/debian/changelog trunk/morph-scripts/debian/make-iso.1 Added Paths: ----------- trunk/morph-scripts/debian/morphix-rebrand.1 trunk/morph-scripts/morphix-iso-grubtheme_0.1-4.tar.gz Modified: trunk/morph-scripts/Makefile =================================================================== --- trunk/morph-scripts/Makefile 2006-06-17 16:44:19 UTC (rev 2312) +++ trunk/morph-scripts/Makefile 2006-06-17 16:48:36 UTC (rev 2313) @@ -1,7 +1,7 @@ all: install -install: i2mainmod isomorph modulebuilder changekernel minimodgen debget moduleextractor moduleloader add_to_iso convert_to_bootimg morphing-morphix morphix-morphmini +install: i2mainmod isomorph modulebuilder changekernel minimodgen debget moduleextractor moduleloader add_to_iso convert_to_bootimg morphing-morphix morphix-morphmini morphix-rebrand build_minimod: mkdir -p $(DESTDIR)/usr/sbin @@ -74,6 +74,13 @@ cp ./mmorphix/morphing-morphix.messages $(DESTDIR)/usr/share/doc/morphing-morphix/morphing-morphix.messages chmod a+x $(DESTDIR)/usr/sbin/morphing-morphix +morphix-rebrand: + mkdir -p $(DESTDIR)/usr/sbin + mkdir -p $(DESTDIR)/usr/share/morphix-rebrand/ + cp ./morphix-rebrand.sh $(DESTDIR)/usr/sbin/morphix-rebrand + cp ./morphix-iso-grubtheme_0.1-4.tar.gz $(DESTDIR)/usr/share/morphix-rebrand/ + chmod a+x $(DESTDIR)/usr/sbin/morphix-rebrand + morphix-morphmini: mkdir -p $(DESTDIR)/usr/sbin cp ./morphmini/morphmini $(DESTDIR)/usr/sbin/morphmini @@ -100,3 +107,5 @@ rm $(DESTDIR)/usr/sbin/morphing-morphix rm $(DESTDIR)/usr/share/doc/morphing-morphix/morphing-morphix.messages rm $(DESTDIR)/usr/sbin/morphmini + rm $(DESTDIR)/usr/sbin/morphix-rebrand + rm $(DESTDIR)/usr/share/morphix-rebrand/morphix-iso-grubtheme_0.1-4.tar.gz Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-06-17 16:44:19 UTC (rev 2312) +++ trunk/morph-scripts/debian/changelog 2006-06-17 16:48:36 UTC (rev 2313) @@ -1,3 +1,9 @@ +morph-scripts (0.2-23) unstable; urgency=low + + * adding morphix-rebrand + + -- bmsleight <bms...@ba...> Sun, 21 May 2006 19:30:00 +0100 + morph-scripts (0.2-22) unstable; urgency=low * morphing-morphix update Modified: trunk/morph-scripts/debian/make-iso.1 =================================================================== --- trunk/morph-scripts/debian/make-iso.1 2006-06-17 16:44:19 UTC (rev 2312) +++ trunk/morph-scripts/debian/make-iso.1 2006-06-17 16:48:36 UTC (rev 2313) @@ -23,7 +23,7 @@ .SH "SYNOPSIS" -\fImake\-iso\fR sourcedirectory destination\&.iso +\fImake\-iso\fR sourcedirectory destination\&.iso [Label] .SH "DESCRIPTION" Added: trunk/morph-scripts/debian/morphix-rebrand.1 =================================================================== --- trunk/morph-scripts/debian/morphix-rebrand.1 (rev 0) +++ trunk/morph-scripts/debian/morphix-rebrand.1 2006-06-17 16:48:36 UTC (rev 2313) @@ -0,0 +1,66 @@ +.\"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 +.SH "SYNOPSIS" + + +\fImorphix\-rebrand\fR old\&.iso new\&.iso Rebrand\&.png + +.SH "DESCRIPTION" + + +This script Re\-brands a Morphix CD image using the graphic Rebrand\&.png taking Rebrand as the new title\&. + +.SH "EXAMPLES" + +.TP +Rebrand +morphix\-rebrand /tmp/Morphix\&.iso /tmp/FooBar\&.iso FooBar\&.png + +.SH "SECURITY" + + +Needs to be run as root or via sudo\&. So has security implications\&. + +.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\&. + +.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\&. + +.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 + +.SH "SEE ALSO" + + +\fIaddtoiso, install2mainmod, isomaker, isomorph, make\-iso, make\-mini, minimod\-gen, mmaker, module\-builder, module\-extractor, morphmini\fR + Added: trunk/morph-scripts/morphix-iso-grubtheme_0.1-4.tar.gz =================================================================== (Binary files differ) Property changes on: trunk/morph-scripts/morphix-iso-grubtheme_0.1-4.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |