All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: Bug#607867: grub-common: shouty "XEN" in menu items
Date: Sat, 25 Dec 2010 13:55:38 +0100	[thread overview]
Message-ID: <4D15E9CA.8050006@gmail.com> (raw)
In-Reply-To: <1293138115.3582.1.camel@localhost.localdomain>

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

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 +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
>
>
>
>   
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

  reply	other threads:[~2010-12-25 12:55 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
2010-12-25 12:55       ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
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=4D15E9CA.8050006@gmail.com \
    --to=phcoder@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.