Dear GRUB maintainers, please include the attached new version of `/etc/grub.d/05_debian_theme' and the two very small patches to GRUB's postinst and postrm script in the next upload.
These changes should fix #605705[1] and possibly a number of other bugs[2]. Please see [3] for a detailed list of improvements. If possible, it would be nice if this change would make to squeeze as GRUB looks quite boring without a background image. ;-) Best regards Alexander Kurtz [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605705 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605705#27 [3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605705#20
05_debian_theme
Description: application/shellscript
--- /var/lib/dpkg/info/grub-pc.postinst 2010-12-01 00:42:57.000000000 +0100
+++ grub-pc.postinst 2010-12-14 16:59:04.975073598 +0100
@@ -571,7 +571,7 @@
# /boot/grub/ has more chances of being accessible by GRUB
if test -e /boot/grub/grub.cfg ; then
- for i in /usr/share/grub/unicode.pf2 /usr/share/images/desktop-base/moreblue-orbit-grub.png ; do
+ for i in /usr/share/grub/unicode.pf2 ; do
if test -e $i ; then
cp $i /boot/grub/
fi
--- /var/lib/dpkg/info/grub-pc.postrm 2010-12-01 00:42:57.000000000 +0100
+++ grub-pc.postrm 2010-12-14 17:00:51.063075690 +0100
@@ -23,7 +23,7 @@
db_go || true
db_get grub-pc/postrm_purge_boot_grub || true
if [ "$RET" = "true" ] ; then
- rm -f /boot/grub/{grub.cfg,ascii.pf2,unicode.pf2,moreblue-orbit-grub.png,*.mod,*.lst,*.img,efiemu32.o,efiemu64.o,device.map,grubenv,installed-version} || true
+ rm -f /boot/grub/{grub.cfg,ascii.pf2,unicode.pf2,moreblue-orbit-grub.png,*.mod,*.lst,*.img,efiemu32.o,efiemu64.o,device.map,grubenv,installed-version,.background_cache.jpeg,.background_cache.png,.background_cache.tga} || true
rm -rf /boot/grub/locale
rmdir --ignore-fail-on-non-empty /boot/grub || true
fi
signature.asc
Description: This is a digitally signed message part

