From bbd5a235685e68a59a16cbca2510d936d5d03c22 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 22 Jul 2021 15:51:17 +0200 Subject: [PATCH] add timezone and co --- leaves/vmd.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 56a1c61..441c4f5 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -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 \ No newline at end of file