add update command

This commit is contained in:
lukas 2021-07-23 09:32:36 +02:00
parent 68b53d183d
commit 3472e30cab
4 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ pciutils # Pciutils provides lspci commandline tool and is not installed by defa
%end # End of the packages section
%post # Beginning of the post-installation section
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
dnf update -y # Update the system
# firstboot --reconfig kickstart # To launch the initial setup after the first boot
%end # End of the %post section