From 09dd2299082dee1aae7f6ad8fc4a2fb347b60949 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 14 Feb 2026 17:44:45 +0100 Subject: [PATCH] readd the grub2-mkconfig line until a fix for the desktop is found --- ingredients/core-post.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingredients/core-post.cfg b/ingredients/core-post.cfg index d60f946..5cfe709 100644 --- a/ingredients/core-post.cfg +++ b/ingredients/core-post.cfg @@ -1,6 +1,7 @@ %post --log=/mnt/sysimage/root/post.log # Beginning of the post-installation section. Log all messages to a given file localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. -dnf update -y # Update the system +dnf update -y # Update the system +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end # End of the %post section \ No newline at end of file