From 9da992ed8f466dde1a04e4187087e658fe58e8c2 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 27 Nov 2021 14:09:55 +0100 Subject: [PATCH] change comment --- blocks/base.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/base.cfg b/blocks/base.cfg index 013b171..bd337d3 100644 --- a/blocks/base.cfg +++ b/blocks/base.cfg @@ -48,6 +48,6 @@ generic-release-notes # "Release Notes" 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 # Update grub otherwise the system won't boot properly +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end # End of the %post section \ No newline at end of file