From: <bms...@us...> - 2006-08-10 20:37:40
|
Revision: 2383 Author: bmsleight Date: 2006-08-10 13:37:32 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2383&view=rev Log Message: ----------- morph-scripts (0.2-29) - morphix-rebrand minor update Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/debian/morphix-rebrand.1 trunk/morph-scripts/morphix-rebrand.sh Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2006-08-09 22:02:44 UTC (rev 2382) +++ trunk/morph-scripts/debian/changelog 2006-08-10 20:37:32 UTC (rev 2383) @@ -1,3 +1,9 @@ +morph-scripts (0.2-30) unstable; urgency=low + + * morphix-rebrand minor update + + -- bmsleight <bms...@ba...> Thu, 10 Aug 2006 21:30:00 +0100 + morph-scripts (0.2-29) unstable; urgency=low * fixed recursive-list in isomorph Modified: trunk/morph-scripts/debian/morphix-rebrand.1 =================================================================== --- trunk/morph-scripts/debian/morphix-rebrand.1 2006-08-09 22:02:44 UTC (rev 2382) +++ trunk/morph-scripts/debian/morphix-rebrand.1 2006-08-10 20:37:32 UTC (rev 2383) @@ -28,7 +28,7 @@ .SH "DESCRIPTION" -This script Re\-brands a Morphix CD image using the graphic file\&. Any Graphic file will do\&. Rebrand\&.png, Rebrand\&.jpg or Rebrand\&.gif The name of the graphics file is importnat 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" +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" .SH "EXAMPLES" Modified: trunk/morph-scripts/morphix-rebrand.sh =================================================================== --- trunk/morph-scripts/morphix-rebrand.sh 2006-08-09 22:02:44 UTC (rev 2382) +++ trunk/morph-scripts/morphix-rebrand.sh 2006-08-10 20:37:32 UTC (rev 2383) @@ -134,7 +134,8 @@ mkdir $TMP_DIR/lxrc sync mount $TMP_DIR/miniroot $TMP_DIR/lxrc -o loop -t ext2 -sed "s/DERIVATE=.*/DERIVATE=\"$TITLE\"/g" $TMP_DIR/lxrc/linuxrc >$TMP_FILE +sed "s/DERIVATE=.*/DERIVATE=\"$INTERIM_TITLE\"/g" $TMP_DIR/lxrc/linuxrc >$TMP_FILE +sed "s/DERIVATE=\"$INTERIM_TITLE\"/DERIVATE=\"$TITLE\"/g" $TMP_DIR/lxrc/linuxrc >$TMP_FILE mv $TMP_FILE $TMP_DIR/lxrc/linuxrc sed "s/$UPPERCASE_OT/$INTERIM_TITLE/g" $TMP_DIR/lxrc/linuxrc >$TMP_FILE sed "s/$LOWERCASE_OT/$INTERIM_TITLE/g" $TMP_FILE >$TMP_DIR/lxrc/linuxrc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |