Changes to include grub efi packages and dependencies in uefi image manifests.

ubuntu/cosmic
Cody Shepherd 6 years ago
parent 286a52407d
commit a9935923f8

@ -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…
Cancel
Save