mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
add update command
This commit is contained in:
parent
68b53d183d
commit
3472e30cab
@ -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
|
Loading…
Reference in New Issue
Block a user