From c6aa31404a14de335b8547cce21bf6decec07431 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 17 2021 08:58:58 +0000 Subject: [PATCH 1/2] Include shim and grub2 packages for 32-bit EFI firmware https://pagure.io/workstation-ostree-config/issue/217 --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 66a892c..87dffe8 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -71,10 +71,12 @@ packages-ppc64le: - ostree-grub2 packages-x86_64: - grub2 + - grub2-efi-ia32 - grub2-efi-x64 - ostree-grub2 - efibootmgr - - shim + - shim-ia32 + - shim-x64 - microcode_ctl - mcelog - thermald From ff60c0a260e2e8c18c766af7367f93fd2d56469d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 17 2021 09:24:17 +0000 Subject: [PATCH 2/2] Explicitly include grub2-pc instead of grub2 This makes the listing more explicit but shouldn't change the package set as grub2-pc provides grub2. --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 87dffe8..a861128 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -70,9 +70,9 @@ packages-ppc64le: - grub2 - ostree-grub2 packages-x86_64: - - grub2 - grub2-efi-ia32 - grub2-efi-x64 + - grub2-pc - ostree-grub2 - efibootmgr - shim-ia32