grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ijc@hellion.org.uk>
To: Colin Watson <cjwatson@ubuntu.com>
Cc: grub-devel@gnu.org, 607867-forwarded@bugs.debian.org
Subject: Re: Bug#607867: grub-common: shouty "XEN" in menu items
Date: Thu, 23 Dec 2010 21:01:55 +0000	[thread overview]
Message-ID: <1293138115.3582.1.camel@localhost.localdomain> (raw)
In-Reply-To: <1293105953.22419.15.camel@zakaz.uk.xensource.com>

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

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 +0000
+++ util/grub.d/20_linux_xen.in	2010-12-23 20:58:19 +0000
@@ -73,10 +73,12 @@
     prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
   fi
   printf '%s\n' "${prepare_boot_cache}"
-  message="$(gettext_printf "Loading Linux %s ..." ${version})"
+  xmessage="$(gettext_printf "Loading Xen %s ..." ${xen_version})"
+  lmessage="$(gettext_printf "Loading Linux %s ..." ${version})"
   cat << EOF
-	echo	'$message'
+	echo	'$xmessage'
 	multiboot	${rel_xen_dirname}/${xen_basename} placeholder ${xen_args}
+	echo	'$lmessage'
 	module	${rel_dirname}/${basename} placeholder root=${linux_root_device_thisversion} ro ${args}
 EOF
   if test -n "${initrd}" ; then



-- 
Ian Campbell

Journalism will kill you, but it will keep you alive while you're at it.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-12-24 15:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20101223092315.15724.12376.reportbug@localhost.localdomain>
2010-12-23 11:56 ` Bug#607867: grub-common: shouty "XEN" in menu items Colin Watson
2010-12-23 12:05   ` Ian Campbell
2010-12-23 21:01     ` Ian Campbell [this message]
2010-12-25 12:55       ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-12-25 12:53   ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-12-31 22:50     ` Colin Watson
2011-01-02 11:04       ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1293138115.3582.1.camel@localhost.localdomain \
    --to=ijc@hellion.org.uk \
    --cc=607867-forwarded@bugs.debian.org \
    --cc=cjwatson@ubuntu.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).