Merge lp:~codyshepherd/livecd-rootfs/uefi-manifests-bionic into lp:~ubuntu-core-dev/livecd-rootfs/bionic-proposed

Proposed by Cody Shepherd
Status: Merged
Merged at revision: 1687
Proposed branch: lp:~codyshepherd/livecd-rootfs/uefi-manifests-bionic
Merge into: lp:~ubuntu-core-dev/livecd-rootfs/bionic-proposed
Diff against target: 16 lines (+6/-0)
1 file modified
live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary (+6/-0)
To merge this branch: bzr merge lp:~codyshepherd/livecd-rootfs/uefi-manifests-bionic
Reviewer Review Type Date Requested Status
Francis Ginther (community) Approve
Steve Langasek Pending
Review via email: mp+357837@code.launchpad.net

Commit message

Include grub efi packages in manifests for uefi images.

Description of the change

Include grub efi packages in manifests for uefi images.

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

This looks fine, but we need a corresponding MP for the trunk branch first

1686. By Steve Langasek

Fix Vcs-Bzr link.

Revision history for this message
Cody Shepherd (codyshepherd) wrote :
Revision history for this message
Francis Ginther (fginther) wrote :

Looks good, has landed in both trunk and cosmic-proposed.

review: Approve
1687. By Steve Langasek

Merge lp:~codyshepherd/livecd-rootfs/uefi-manifests-bionic

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary'
--- live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary 2018-03-06 12:58:38 +0000
+++ live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary 2018-10-25 16:24:51 +0000
@@ -93,6 +93,12 @@
93 ;;93 ;;
94 esac94 esac
9595
96 # This call to populate the package manifest is added here to capture
97 # grub-efi packages that otherwise would not make it into the base
98 # manifest. filesystem.packages is moved into place via symlinking to
99 # livecd.ubuntu-cpc.manifest by live-build/auto/build after lb_binary runs
100 dpkg-query --show --admindir="mountpoint/var/lib/dpkg" > "binary/boot/filesystem.packages"
101
96 chroot mountpoint grub-install "${loop_device}" \102 chroot mountpoint grub-install "${loop_device}" \
97 --boot-directory=/boot \103 --boot-directory=/boot \
98 --efi-directory=/boot/efi \104 --efi-directory=/boot/efi \

Subscribers

People subscribed via source and target branches