From 81ad9ef00ba7644b743cef093fda54e19057cfcd Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 18 Sep 2013 17:01:02 +0100 Subject: [PATCH] * Merge from Ubuntu: - debian/build-efi-images: Where possible, make use of the device path derived from the EFI Loaded Image Protocol to compute the prefix (LP: #1097570). --- debian/build-efi-images | 11 +++++++---- debian/changelog | 9 +++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/debian/build-efi-images b/debian/build-efi-images index 157621140..54c642b57 100755 --- a/debian/build-efi-images +++ b/debian/build-efi-images @@ -47,10 +47,12 @@ echo 'normal (memdisk)/grub.cfg' >"$workdir/grub-bootstrap.cfg" # Skeleton configuration file which finds the real boot disk. cat >"$workdir/grub.cfg" < Wed, 18 Sep 2013 17:00:27 +0100 + grub2 (2.00-18) unstable; urgency=low * Add gettext module to signed UEFI images (LP: #1104627).