add logs, reconfig system

This commit is contained in:
luz
2025-04-30 16:48:15 -05:00
parent 4b2fb19472
commit 805e31db25
17 changed files with 71 additions and 14 deletions

View File

@ -6,8 +6,9 @@
# /_/ /____/
#
# What ? This kickstart file contains scripts made to be launched right after the system has been installed but before the first boot
# More information: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-6-post-installation-script
%post --log=/opt/base-post.log # Beginning of the post-installation section. Add logging.
%post --log=/mnt/sysimage/root/post.log # Beginning of the post-installation section. Add logging.
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
dnf update -y # Update the system