Files
phyllomeos/ingredients/core-post.cfg
2025-10-07 15:35:07 +02:00

6 lines
274 B
INI

%post --log=/mnt/sysimage/root/post.log # Beginning of the post-installation section. Log all messages to a given file
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
dnf update -y # Update the system
%end # End of the %post section