~arraybolt3/grub:ubuntu

Last commit made on 2024-03-18
Get this branch:
git clone -b ubuntu https://git.launchpad.net/~arraybolt3/grub
Only Aaron Rainbolt can upload to this branch. If you are Aaron Rainbolt please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu
Repository:
lp:~arraybolt3/grub

Recent commits

d76bcc4... by Aaron Rainbolt

Fix missing build dep, enable saving grubenv on ESP

6dfb508... by Mate Kukri

debian/: Add tests for grub-sort-version

a748151... by Mate Kukri

d/grub-sort-version: Append `-0` to abi strings before passing to python-apt (Fixes LP: #2041827)

c699230... by Mate Kukri

d/grub-sort-version: Update regex to correctly match kernel flavour

GRUB_FLAVOUR_ORDER didn't work because the regex f"[0-9]*-{flavour}$"
never matched against the entire ABI string.

39483fe... by Mate Kukri

d/p/grub-sort-version.patch: Also patch grub-mkconfig to export GRUB_FLAVOUR_ORDER

GRUB_FLAVOUR_ORDER specified in /etc/default/grub was ignored before
this.

8d92dd6... by Mate Kukri

releasing package grub2 version 2.12-1ubuntu4

9876f5f... by Mate Kukri

d/grub-multi-install: Treat missing `cloud_style_installation` debconf as false (LP: #2055294)

52aa34f... by Mate Kukri

releasing package grub2 version 2.12-1ubuntu3

f39a0a5... by Mate Kukri

Add debconf options "grub-{efi,pc}/cloud_style_installation"

Setting this will make grub reconfigure/upgrade choose the
installation target based on the device containing `/boot`.

fc71bdf... by Mate Kukri

d/postinst.in: Make empty "grub-pc/install_devices" non-fatal in "noninteractive" mode