From 64f3df8de5e8a4ab9b87e7c6cd49666599cf146c Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 22 Jul 2021 15:56:11 +0200 Subject: [PATCH] uncomment set-keymap in the postcript section --- leaves/vmd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 441c4f5..53f4218 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -46,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. Doesn't seem to survive the installation +localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. # firstboot --reconfig kickstart # To launch the initial setup after the first boot %end # End of the %post section \ No newline at end of file