Bug#563687: [grub-pc] automaticlly add right size of splashimages
Sandro Knauß
bugs at sandroknauss.de
Mon Jan 4 16:31:03 UTC 2010
Package: grub-pc
Version: 1.98~20100101-1
Severity: wishlist
Tags: patch
Hello,
I have created a patch, so update-grub will automaticly create a splashimage
of the size, that is set in /etc/default/grub.
Should I send this patch to the grub developers?
hefee
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.32-2.slh.4-sidux-686
Debian Release: squeeze/sid
500 unstable/snapshots stable unofficial.debian-maintainers.org
500 unstable www.debian-multimedia.org
500 unstable sidux.wuertz.org
500 unstable sidux.com
500 unstable ftp.debian.org
500 unstable deb.opera.com
500 testing ftp.debian.org
500 stable/backports stable unofficial.debian-maintainers.org
1 experimental ftp.debian.org
--- Package information. ---
Depends (Version) | Installed
===================================-+-====================
libc6 (>= 2.3) | 2.10.2-3
debconf (>= 0.5) | 1.5.28
OR debconf-2.0 |
grub-common (= 1.98~20100101-1) | 1.98~20100101-1
ucf | 3.0025
Package's Recommends field is empty.
Suggests (Version) | Installed
===========================-+-===========
desktop-base (>= 4.0.6) |
--- Output from package bug script ---
*********************** BEGIN /proc/mounts
/dev/mapper/vg-root / ext4 rw,noatime,errors=remount-ro,barrier=0,data=ordered
0 0
/dev/sda1 /boot ext2 rw,noatime,errors=continue 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/sda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set b8fd11ee-24b7-4495-8fff-280f9e7ac06a
if loadfont /grub/unicode.pf2 ; then
set gfxmode=1024x768
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set locale_dir=/boot/grub/locale
set lang=de
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set b8fd11ee-24b7-4495-8fff-280f9e7ac06a
insmod tga
if background_image /grub/splashimages/Hortensia-1-1024x768.tga ; then
set color_normal=black/black
set color_highlight=white/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-2.slh.4-sidux-686" {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set b8fd11ee-24b7-4495-8fff-280f9e7ac06a
linux //vmlinuz-2.6.32-2.slh.4-sidux-686 root=/dev/mapper/vg-root ro quiet
vga=794 quiet
initrd //initrd.img-2.6.32-2.slh.4-sidux-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-2.slh.4-sidux-686 (recovery
mode)" {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set b8fd11ee-24b7-4495-8fff-280f9e7ac06a
linux //vmlinuz-2.6.32-2.slh.4-sidux-686 root=/dev/mapper/vg-root ro single
quiet vga=794
initrd //initrd.img-2.6.32-2.slh.4-sidux-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grub2.patch
Type: text/x-patch
Size: 2241 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100104/0d350c39/attachment.bin>
More information about the Pkg-grub-devel
mailing list