[Pkg-xen-devel] Bug#865086: Bug#865086: xen-hypervisor-4.8-amd64: Default grub entry broken with locales
Stefan Bader
stefan.bader at canonical.com
Tue Sep 12 10:07:44 UTC 2017
On 12.09.2017 10:26, km wrote:
> Package: xen-hypervisor-4.8-amd64
> Version: stretch
> Followup-For: Bug #865086
>
> Hello,
>
> On stretch this error occurs again.
> Patch provided is perfect to solve this problem with locales
>
On Ubuntu I started using a slightly modified variant which should be working on
Debian and Ubuntu (by using an environment variable set by the update-grub call):
if [ "$XEN_OVERRIDE_GRUB_DEFAULT" = "1" ]; then
GRUB_DEFAULT=$( \
printf "$(gettext "%s, with Xen hypervisor")" \
"$GRUB_DISTRIBUTOR GNU/Linux")
fi
This is the same as in the generator in /etc/grub.d.
-Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20170912/0ec3f399/attachment.sig>
More information about the Pkg-xen-devel
mailing list