~mwhudson/ubuntu/+source/grub-installer:lp-1847721

Last commit made on 2020-06-17
Get this branch:
git clone -b lp-1847721 https://git.launchpad.net/~mwhudson/ubuntu/+source/grub-installer
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
lp-1847721
Repository:
lp:~mwhudson/ubuntu/+source/grub-installer

Recent commits

4087f06... by Michael Hudson-Doyle

always pass --target x86_64-efi to grub-install on adm64/efi

7f7bd54... by Michael Hudson-Doyle

do not be fancy trying to determine which grub-efi package to install

813c82e... by Michael Hudson-Doyle

allow invoker to override architecture

de05494... by Jean-Baptiste Lallement

Import patches-unapplied version 1.128ubuntu14 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 7ab883a303660bb8b02b99dfc4c2b5347bdc4cb6

New changelog entries:
  * When running on a ZFS filesystem udevadm returns an error
    which can be ignored. (LP: #1847228)
  * On zfs 0.8 cache is in /etc, do not attempt to copy it from
    /boot/zfs when it doesn't exist.

7ab883a... by Dimitri John Ledkov

Import patches-unapplied version 1.128ubuntu13 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: fa29c9a51de16c7debe93309a650f99f6212a5ce

New changelog entries:
  [ Cherrypick 1.165 Colin Watson ]
  * On Linux, mount/unmount /run to work around #918590. LP: #1838525

fa29c9a... by Mathieu Trudel-Lapierre

Import patches-unapplied version 1.128ubuntu12 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: a3f1e8cb03699a4dde45e453353721d4d5ed61a8

New changelog entries:
  [ Hans van den Bogert ]
  * Fix support for installation on NVMe with RAID1 (LP: #1771845)

a3f1e8c... by Łukasz Zemczak

Import patches-unapplied version 1.128ubuntu11 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 1c3080d679c2c9d422a88e10ecd68a29f7b7357e

New changelog entries:
  * grub-installer: actually also do not purge grub-gfxpayload-lists as it's
    yet another dependency of grub-pc.

1c3080d... by Łukasz Zemczak

Import patches-unapplied version 1.128ubuntu10 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: b567a7569987f46f5f4fb533313c6c34fb0dfbe3

New changelog entries:
  * grub-installer: do not purge grub-pc-bin as well as it's a dependency of
    grub-pc.

b567a75... by Łukasz Zemczak

Import patches-unapplied version 1.128ubuntu9 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 0b340924b407170e9c7e8785aaaa667f3549c908

New changelog entries:
  * grub-installer: install grub-pc for EFI setups and make sure we're
    not purging it earlier in case it got installed. It's needed to make sure
    the right maintainer scripts are run and the ESP populated. (LP: #1775743)

0b34092... by Mathieu Trudel-Lapierre

Import patches-unapplied version 1.128ubuntu8 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: af8e4efacd97c256890d7e7155eeed44fca5910b

New changelog entries:
  * Fix a typo in PReP bootdev selection code; we should not skip over a valid
    mpath device in favor of the underlying block device, since it won't be
    available for grub-install later. (LP: #1681932)