Re: Bug#607867: grub-common: shouty "XEN" in menu items

2011-01-02 Thread Ian Campbell
On Fri, 2010-12-31 at 22:50 +, Colin Watson wrote: > Ian, I've applied both your patches to trunk (extending your > ChangeLog entry to cover the second as well); they'll be in the next > snapshot. > > 2010-12-31 Ian Campbell > > * util/grub.d/20_linux_xen.in (linux_entry): Correctly

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-31 Thread Colin Watson
On Sat, Dec 25, 2010 at 01:53:31PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 12/23/2010 12:56 PM, Colin Watson wrote: > > On Thu, Dec 23, 2010 at 09:23:15AM +, Ian Campbell wrote: > >> update-grub currently produces menu items like: > >>'Debian GNU/Linux, with Linux 2.6.32-5

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/23/2010 10:01 PM, Ian Campbell wrote: > On a related note how about this patch too: > Could you supply the ChangeLog? > === modified file 'util/grub.d/20_linux_xen.in' > --- util/grub.d/20_linux_xen.in 2010-12-21 12:49:29 + > +++ util/grub.d/20_linux_xen.in 2010-12-23 20:58

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/23/2010 12:56 PM, Colin Watson wrote: > On Thu, Dec 23, 2010 at 09:23:15AM +, Ian Campbell wrote: > >> update-grub currently produces menu items like: >> 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64' >> >> There is no reason to capitalise Xen in that way and

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-24 Thread Ian Campbell
On a related note how about this patch too: === modified file 'util/grub.d/20_linux_xen.in' --- util/grub.d/20_linux_xen.in 2010-12-21 12:49:29 + +++ util/grub.d/20_linux_xen.in 2010-12-23 20:58:19 + @@ -73,10 +73,12 @@ prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-24 Thread Ian Campbell
On Thu, 2010-12-23 at 11:56 +, Colin Watson wrote: > Could you please provide a ChangeLog entry for upstream? Sure. How about: 2010-12-23 Ian Campbell * util/grub.d/20_linux_xen.in: Correctly capitalize Xen and reorder menu item wording to make it clearer that this entry

Re: Bug#607867: grub-common: shouty "XEN" in menu items

2010-12-23 Thread Colin Watson
On Thu, Dec 23, 2010 at 09:23:15AM +, Ian Campbell wrote: > update-grub currently produces menu items like: > 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64' > > There is no reason to capitalise Xen in that way and IMHO it looks strange. > > The attached patch switch