Merge lp:~ltrager/maas-images/fix_grub into lp:maas-images

Proposed by Lee Trager
Status: Merged
Merged at revision: 359
Proposed branch: lp:~ltrager/maas-images/fix_grub
Merge into: lp:maas-images
Diff against target: 12 lines (+1/-1)
1 file modified
conf/bootloaders.yaml (+1/-1)
To merge this branch: bzr merge lp:~ltrager/maas-images/fix_grub
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+322067@code.launchpad.net

Commit message

The grub package renamed shim.efi to shimx64.efi

Description of the change

The rename is causing the bootloader import process to fail meaning new bootloaders aren't added. We rename shim.efi to bootx64.efi in lp:maas-images before publishing so this shouldn't require any changes in MAAS.

http://changelogs.ubuntu.com/changelogs/pool/main/g/grub2/grub2_2.02~beta2-36ubuntu3.9/changelog

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'conf/bootloaders.yaml'
2--- conf/bootloaders.yaml 2016-09-14 18:49:03 +0000
3+++ conf/bootloaders.yaml 2017-04-05 22:54:27 +0000
4@@ -24,7 +24,7 @@
5 release: xenial
6 os: grub-efi-signed
7 files:
8- - usr/lib/shim/shim.efi.signed, bootx64.efi
9+ - usr/lib/shim/shimx64.efi.signed, bootx64.efi
10 - usr/lib/grub/x86_64-efi-signed/grubnetx64.efi.signed, grubx64.efi
11 - firmware-platform: uefi
12 packages:

Subscribers

People subscribed via source and target branches