Merge lp:~cyphermox/debian-cd/mokmanager into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 2023
Proposed branch: lp:~cyphermox/debian-cd/mokmanager
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 11 lines (+1/-0)
1 file modified
tools/boot/disco/boot-amd64 (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/debian-cd/mokmanager
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+364902@code.launchpad.net

Commit message

Also install mmx64.efi to /EFI/BOOT on CD

Description of the change

Add MokManager on CD images; this is available starting in Disco for now (since it also needs a SRU of debian-installer). Perhaps it should be made available in other releases as well, but let's fix Disco first and quickly.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/boot/disco/boot-amd64'
2--- tools/boot/disco/boot-amd64 2019-03-11 14:53:47 +0000
3+++ tools/boot/disco/boot-amd64 2019-03-21 15:25:47 +0000
4@@ -299,6 +299,7 @@
5 mkdir -p $CDDIR/EFI/BOOT
6 mcopy -i boot$N/isolinux/grub/efi.img ::EFI/BOOT/BOOTx64.EFI $CDDIR/EFI/BOOT/BOOTx64.EFI
7 mcopy -i boot$N/isolinux/grub/efi.img ::EFI/BOOT/grubx64.efi $CDDIR/EFI/BOOT/grubx64.efi
8+mcopy -i boot$N/isolinux/grub/efi.img ::EFI/BOOT/mmx64.efi $CDDIR/EFI/BOOT/mmx64.efi
9 mkdir -p $CDDIR/boot/grub
10 mv boot$N/isolinux/grub/* $CDDIR/boot/grub/
11 rmdir boot$N/isolinux/grub

Subscribers

People subscribed via source and target branches