From b4010ee2fb9ab85f98e614bc81036891e3b10155 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 5 Sep 2026 21:36:01 +0200 Subject: [PATCH] fix: use grub2-tools, grub2-common %posttrans also needs grub2-mkconfig --- cook/ingredients/packages/hand-picked.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook/ingredients/packages/hand-picked.ks b/cook/ingredients/packages/hand-picked.ks index 78dc2f8..9e68b7e 100644 --- a/cook/ingredients/packages/hand-picked.ks +++ b/cook/ingredients/packages/hand-picked.ks @@ -2,7 +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) +grub2-tools # Provides grub2-mkconfig and 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