From de48f21335cde0c9009951ae70b7e4aa76b9ef7d Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Tue, 7 Oct 2025 15:35:07 +0200 Subject: [PATCH] remove grub conf --- ingredients/core-post.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ingredients/core-post.cfg b/ingredients/core-post.cfg index e60d4d6..d60f946 100644 --- a/ingredients/core-post.cfg +++ b/ingredients/core-post.cfg @@ -2,6 +2,5 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. 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