add timezone and co

This commit is contained in:
lukas 2021-07-22 15:51:17 +02:00
parent 2105ce1220
commit bbd5a23568

View File

@ -17,6 +17,10 @@
cdrom # Configure the cdrom as the installation method
text # Perform Installation in text mode
keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandie
lang en_US.UTF-8 # Set system language to American English
timezone Europe/Paris --utc # Set System timezone to Paris
# Set dummy encrypted root password and activate the root account
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
# Create "test" user account
@ -42,6 +46,6 @@ 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. Doesn't seem to survive the installation
# firstboot --reconfig kickstart # To launch the initial setup after the first boot
%end # End of the %post section