~ubuntu-core-dev/grub/+git/ubuntu:master

Last commit made on 2024-04-25
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ubuntu-core-dev/grub/+git/ubuntu

Recent commits

591518b... by Julian Andres Klode

Release 2.12-3 to experimental

ec931d3... by Julian Andres Klode

Merge branch 'breaks-old-signed' into 'master'

Make grub-common Breaks grub-efi-*-signed (<< 1+2.12~rc1)

See merge request grub-team/grub!55

7fa2ab5... by Tianyu Chen <email address hidden>

Make grub-common Breaks grub-efi-*-signed (<< 1+2.12~rc1)

since fwsetup --is-supported is new in grub 2.12.

Fixes: https://github.com/linuxdeepin/developer-center/issues/7523

e234476... by Julian Andres Klode

Merge branch 'default_grub_comments' into 'master'

Update comments in debian/default/grub

See merge request grub-team/grub!58

60632eb... by Pascal Hambourg <email address hidden>

debian/default/grub: Document /etc/default/grub.d/*.cfg

57f1b6f... by Pascal Hambourg <email address hidden>

debian/default/grub: Replace 'vbeinfo' with 'videoinfo'

'vbeinfo' is available only with BIOS and not with UEFI, whereas 'videoinfo' is
available with both and gives the same information.

834554b... by Felix Zielcke

Merge branch 'background_picture' into 'master'

05_debian_theme: cache background picture if not in /boot/grub filesystem

See merge request grub-team/grub!57

6bf5261... by Pascal Hambourg <email address hidden>

05_debian_theme: cache background picture if not in /boot/grub filesystem

All files needed to display the boot menu, including the
background picture, should be in the same filesystem as
/boot/grub.

Indeed nothing guarantees that GRUB can actually read files
outside the /boot filesystem even if it supports it, because
it relies on platform firmware which may have limitations such
as not being able to handle other media or full media capacity.
This is what a separate /boot was designed for in the first
place, and it is the responsibility of the administrator to put
/boot in a location readable by the platform firmware.

So cache the background picture in /boot/grub not only if it
is not readable by GRUB but also if it is not in the same
filesystem as /boot/grub.

This also avoids prompting for an extra passphrase when /boot
and / are on different encrypted volumes, and allows to use
a GRUB built with minimal filesystem and abstraction support.

7b416f2... by Felix Zielcke

Update Breaks/Replaces -efi-{ia32,amd64}-bin to << 2.12-3~ at -unsigned packages.

cd7eadc... by Julian Andres Klode

Merge branch 'master' into 'master'

d/p/sb/efi-use-peimage-shim.patch: add loong64 suppport

See merge request grub-team/grub!56