From 2105ce1220469556355cddf85406f3eeda143dd1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 21 Jul 2021 22:38:22 +0200 Subject: [PATCH] comment out initial setup, which doesn't achieve the intended result --- leaves/vmd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 424dd04..56a1c61 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -43,5 +43,5 @@ pciutils # Pciutils provides lspci commandline tool and is not installed by defa %post # Beginning of the post-installation section localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked -firstboot --reconfig kickstart # To lauch the initial setup after the first boot +# firstboot --reconfig kickstart # To launch the initial setup after the first boot %end # End of the %post section \ No newline at end of file