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