mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 08:21:54 +00:00
Merge lp:~codyshepherd/livecd-rootfs/uefi-manifests-cosmic/
This commit is contained in:
commit
44f8ddaa25
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
livecd-rootfs (2.542.1) UNRELEASED; urgency=medium
|
livecd-rootfs (2.542.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Ensure pre-seeded snaps are now published in the image manifests.
|
* Ensure pre-seeded snaps are now published in the image manifests.
|
||||||
|
* Include grub efi packages in manifests for uefi images.
|
||||||
|
|
||||||
-- Cody Shepherd <cody.shepherd@canonical.com> Mon, 22 Oct 2018 10:16:19 -0700
|
-- Cody Shepherd <cody.shepherd@canonical.com> Mon, 22 Oct 2018 10:16:19 -0700
|
||||||
|
|
||||||
|
@ -93,6 +93,12 @@ install_grub() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# This call to generate the package manifest is added here to capture
|
||||||
|
# grub-efi packages that otherwise would not make it into the base
|
||||||
|
# manifest. filesystem.packages is moved into place via symlinking to
|
||||||
|
# livecd.ubuntu-cpc.manifest by live-build/auto/build after lb_binary runs
|
||||||
|
create_manifest "mountpoint" "binary/boot/filesystem.packages"
|
||||||
|
|
||||||
chroot mountpoint grub-install "${loop_device}" \
|
chroot mountpoint grub-install "${loop_device}" \
|
||||||
--boot-directory=/boot \
|
--boot-directory=/boot \
|
||||||
--efi-directory=/boot/efi \
|
--efi-directory=/boot/efi \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user