/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/scripts/update-images
ViewVC logotype

Annotation of /trunk/create-clonezilla-sysresccd/scripts/update-images

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (hide annotations)
Sun Aug 26 14:25:43 2012 UTC (11 years, 7 months ago) by sng
File size: 307 byte(s)
updating cfg files (removed rannish and dban from tools),
changing menu selection color, renamed pack-them to 
update-cfgs (script to create a tarball containing CFGs

1 sng 190 #!/bin/bash
2     #
3     # file to add the "architecture bubbles"
4     # to the default and restore images
5     #
6    
7     cd ../files
8     for i in i686 i486 amd64;do
9     for n in default-ocswp default-restore-ocswp;do
10     echo -n "Creating "$n"-"$i".png... "
11     composite "$i".png "$n".png -compose over "$n"-"$i".png
12     echo 'done'
13     done
14     done

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26