tiny comment fix

This commit is contained in:
lukas 2021-11-28 18:03:31 +01:00
parent f384f264e1
commit 3ed2548b6d

View File

@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root
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 # Usure it is actually useful
grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
%end