Bug#440732: grub: update-grub hardcodes menu entries to Debian

Mantas Kriaučiūnas mantas at akl.lt
Mon Sep 3 22:09:19 UTC 2007


Package: grub

The update-grub command hardcodes menu entries to Debian

# Title
title="Debian GNU/`uname -s | sed -e s,GNU/,,g`"

For Debian-based distributions this requires rebuilding the grub 
package, which should not be nessecary.

Please change title variable to:

title=`/usr/bin/lsb_release --short --description` || title="Debian GNU/`uname -s | sed -e s,GNU/,,g`"

Don't forget to add a Recommends or Suggests on lsb-release

The same bug is already reported in Ubuntu's BTS - look at

https://bugs.launchpad.net/bugs/83690

-- 
Labanaktis/Good luck,
Mantas Kriaučiūnas	 Jabber ID: mantas at akl.lt 	 GPG ID: 43535BD5
Public organization "Open Source for Lithuania" - www.akl.lt




More information about the Pkg-grub-devel mailing list