From a2a292f59259da6301c4768ab97e7108b69b45b1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 21 Jul 2021 22:32:00 +0200 Subject: [PATCH] add initial setup configuration --- leaves/vmd.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 480e9f6..424dd04 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -22,7 +22,7 @@ rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRgh # Create "test" user account user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQuzbVkLYf70SDan5hdqI0tUkc89nHE8pVnHStO4mcl3c1Tk0WJvCet1. --iscrypted --gecos="test" -firewall --enabled # Activate the firewall +firewall --enabled # Make sure the firewall is enabled network --onboot=yes --bootproto=dhcp --hostname=vmd # Configure network interfaces and set hostname ignoredisk --only-use=vda # Only use disk labelled as vda @@ -43,4 +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 %end # End of the %post section \ No newline at end of file