SF.net SVN: morphix: [2319] trunk/morph-scripts/morphix-rebrand.sh

[email protected] Tue, 20 Jun 2006 15:54:01 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2319
Author:   bmsleight
Date:     2006-06-20 15:53:57 -0700 (Tue, 20 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2319&view=rev

Log Message:
-----------
Now use Rebrand.png as a logo in the top left of grub menu

Modified Paths:
--------------
    trunk/morph-scripts/morphix-rebrand.sh
Modified: trunk/morph-scripts/morphix-rebrand.sh
===================================================================
--- trunk/morph-scripts/morphix-rebrand.sh	2006-06-19 20:15:00 UTC (rev 2318)
+++ trunk/morph-scripts/morphix-rebrand.sh	2006-06-20 22:53:57 UTC (rev 2319)
@@ -87,11 +87,13 @@
 {
 #/usr/share/morphix-rebrand/morphix-iso-grubtheme_0.1-4.tar.gz - to package
 tar zxvf /usr/share/morphix-rebrand/morphix-iso-grubtheme_0.1-4.tar.gz -C $TMP_DIR	1>/dev/null 2>&1
-convert $GRAPHIC -resize 640x503!  $TMP_DIR/SMALL_GRAPHIC.png
-convert -size 434x321  gradient:blue-steelblue  $TMP_DIR/grubmenu.png
-convert -page 640x503+172+34 $TMP_DIR/grubmenu.png -page 640x503+0+0 $TMP_DIR/SMALL_GRAPHIC.png -background none  -compose DstOver  -flatten $TMP_DIR/grub.png
-convert $TMP_DIR/grub.png -resize 640x503!  -colors 14 -depth 8  $TMP_DIR/gfxboot-grub-0.1/background.pcx
-cp $TMP_DIR/gfxboot-grub-0.1/background.pcx /tmp/background.pcx
+convert -size 640x503 xc:blue  	  $TMP_DIR/background_tr.png
+convert -size 160x215 xc:darkblue $TMP_DIR/background_br.png
+convert -size 434x341 xc:darkblue $TMP_DIR/grubmenu.png 
+convert $GRAPHIC  -resize 160x126 $TMP_DIR/resize.png 
+convert -background none -fill white -gravity North -pointsize 24 -size 148x183  caption:"Welcome to $TITLE LiveCD"  $TMP_DIR/title.png
+convert -page 640x503+172+34 $TMP_DIR/grubmenu.png -page 640x503+6+34 $TMP_DIR/resize.png -page 640x503+12+166 $TMP_DIR/title.png -page 640x503+6+160 $TMP_DIR/background_br.png -page 640x503+0,0 $TMP_DIR/background_tr.png  -background none -compose DstOver  -flatten $TMP_DIR/grub.pcx
+convert $TMP_DIR/grub.pcx -resize 640x503!  -colors 14 -depth 8 $TMP_DIR/gfxboot-grub-0.1/background.pcx
 cd $TMP_DIR/gfxboot-grub-0.1/ && make >/dev/null 2>%1
 cp $TMP_DIR/gfxboot-grub-0.1/boot/message $NEW_IMAGE_DIR/boot/grub
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.