From 25aadd8f2237356c4da46e880498a5c5a87b5976 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 21 Apr 2019 23:56:01 +0100 Subject: [PATCH] [powerpc,ppc64,ppc64el] linux-image: Recommend grub-ieee1275 --- debian/changelog | 1 + debian/config/powerpc/defines | 1 + debian/config/ppc64/defines | 1 + debian/config/ppc64el/defines | 1 + 4 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1371aca49..f657c79bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -803,6 +803,7 @@ linux (4.19.34-1) UNRELEASED; urgency=medium * udeb: Add all HWRNG drivers to kernel-image (see #923675) * lockdown: Refer to Debian wiki until manual page exists * [sparc64] linux-image: Recommend grub-ieee1275 instead of (removed) silo + * [powerpc,ppc64,ppc64el] linux-image: Recommend grub-ieee1275 [ YunQiang Su ] * [mips*r6] Re-enable CONFIG_JUMP_LABEL, which has been fixed in upstream. diff --git a/debian/config/powerpc/defines b/debian/config/powerpc/defines index 24b8b528f..40d8c70c7 100644 --- a/debian/config/powerpc/defines +++ b/debian/config/powerpc/defines @@ -11,6 +11,7 @@ vdso: true [image] configs: +bootloaders: grub-ieee1275 suggests: mkvmlinuz install-stem: vmlinux diff --git a/debian/config/ppc64/defines b/debian/config/ppc64/defines index 7efcb1a95..5ed24f828 100644 --- a/debian/config/ppc64/defines +++ b/debian/config/ppc64/defines @@ -9,6 +9,7 @@ vdso: true [image] configs: +bootloaders: grub-ieee1275 suggests: mkvmlinuz install-stem: vmlinux diff --git a/debian/config/ppc64el/defines b/debian/config/ppc64el/defines index 987ab7df1..96c4ae089 100644 --- a/debian/config/ppc64el/defines +++ b/debian/config/ppc64el/defines @@ -9,6 +9,7 @@ vdso: true [image] configs: +bootloaders: grub-ieee1275 suggests: mkvmlinuz install-stem: vmlinux