3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-13 20:31:15 +00:00

* Remove explicit install of grub-efi* packages for amd64

* Remove systemd-networkd artifacts from includes.chroot
This commit is contained in:
Cody Shepherd 2020-07-10 09:58:47 -07:00
parent 7981a08c2c
commit e23685134e
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F
4 changed files with 1 additions and 4 deletions
live-build/buildd
hooks
includes.chroot/etc/systemd/system
multi-user.target.wants
network-online.target.wants
sockets.target.wants

@ -84,7 +84,7 @@ install_grub() {
;;
amd64)
chroot mountpoint apt-get install -qqy grub-pc
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed grub-efi-amd64 shim-signed
chroot mountpoint apt-get install -qqy shim-signed
grub_modules="multiboot serial usb usb_keyboard"
efi_target=x86_64-efi
;;