2
Author: Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
4
Debian GRUB Splashimages
5
------------------------
9
For a HOWTO on how to create one visit:
11
http://ruslug.rutgers.edu/~mcgrof/grub-images/
18
GRUB understands xpm files directly but since they can be big we compress
19
them hence you'll usually see splashimages with file extensions of xpm.gz.
21
Note: be careful, gzip'ing a file and then renaming won't work. You must
22
gzip the original name. Why? .gz files contains the original name of the
23
file and grub relies on this.
29
If you'd like your splashimage in this package send them to mcgrof@ruslug.rutgers.edu
35
Include a License that will allow me to redistribute it that is compliant
36
with the "Debian Free Software Guidelines" [1]. I like the GPL ;).
37
Fortuntely the xpm file format accept C99 comments, so you can just edit the
38
file with your favorite editor (vim, emacs) and add some text like the following:
40
[1] http://www.debian.org/social_contract.html#guidelines
45
* Copyright 2004 Your Name <yourname@yourdomain.com>
47
* This xpm file image is free software; you can redistribute it and/or
48
* modify it under the terms of the GNU General Public License as
49
* published by the Free Software Foundation; either version 2
50
* of the License, or (at your option) any later version.
52
* This xpm file image is distributed in the hope that it will be
53
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
54
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
55
* the GNU General Public License for more details.
57
* You should have received a copy of the GNU General
58
* Public License along with this image; if not, write to the Free
59
* Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,