add logging in post section

This commit is contained in:
2021-08-19 20:31:42 +02:00
parent 1762cd6e6b
commit 682dd7b8e9
12 changed files with 13 additions and 13 deletions

View File

@ -60,7 +60,7 @@ generic-release-notes # "Release Notes"
%end # End of the packages section
%post # Beginning of the post-installation section
%post --log=/root/ks-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