Package: grub2-splashimages Version: 1.0.0 Severity: minor Hi,
Please consider updating the instruction regarding how to select a theme for grub2 in README file. A suggested patch is attached. Thanks! -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.23-hl340 (SMP w/1 CPU core) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- README.old 2008-12-26 01:43:10.404253129 -0300 +++ README 2008-12-26 01:52:26.115842569 -0300 @@ -5,11 +5,11 @@ Change a line like - convert_system_path_to_grub_path /usr/share/images/... + for i in {/boot/grub,/usr/share/images/desktop-base}/some-default.{png,tga} ; do to - convert_system_path_to_grub_path /boot/grub/splashimages/some_file.tga + for i in {/boot/grub,/usr/share/images/grub}/theme-you-want.{png,tga} ; do in /etc/grub.d/05_debian_theme and run update-grub.