remove unuseful dishes and update the rest

This commit is contained in:
Lukas Greve
2026-02-14 17:43:29 +01:00
parent 84bcfecd12
commit f8ea7db7f0
20 changed files with 513 additions and 869 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ part / --size=8576
%post --logfile=/mnt/sysimage/root/post.log
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