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