change path for debug logs

This commit is contained in:
lukas 2022-01-03 18:03:12 +01:00
parent 2aaeeb4d32
commit 5ea024e2c2

View File

@ -45,7 +45,7 @@ generic-release-notes # "Release Notes"
%end # End of the packages section
%post --log=/root/b.log # Beginning of the post-installation section. Add logging.
%post --log=/opt/base.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