From cd442c555fcbfa4ccb715d9a78a7d65c44bb447f Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 5 Sep 2026 21:27:16 +0200 Subject: [PATCH] fix: add grub2-tools-minimal so grub2-common %posttrans does not fail the transaction --- cook/ingredients/packages/hand-picked.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/cook/ingredients/packages/hand-picked.ks b/cook/ingredients/packages/hand-picked.ks index a3459f6..78dc2f8 100644 --- a/cook/ingredients/packages/hand-picked.ks +++ b/cook/ingredients/packages/hand-picked.ks @@ -2,6 +2,7 @@ %packages +grub2-tools-minimal # Provides grub2-editenv, required by the grub2-common %posttrans scriptlet (exit 127 otherwise, which fails the whole dnf transaction) pciutils # PCI bus related utilities libusb # Library for accessing USB devices usbutils # Linux USB utilities