From 32dfe5be630d0cf851f4d4d718c79b50c45732f6 Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:17:07 -0500 Subject: [PATCH] feat: moved network config to template --- builds/linux/centos/9-stream/data/ks.pkrtpl.hcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/builds/linux/centos/9-stream/data/ks.pkrtpl.hcl b/builds/linux/centos/9-stream/data/ks.pkrtpl.hcl index 0380be3..ff6db3b 100644 --- a/builds/linux/centos/9-stream/data/ks.pkrtpl.hcl +++ b/builds/linux/centos/9-stream/data/ks.pkrtpl.hcl @@ -26,9 +26,7 @@ keyboard ${vm_os_keyboard} ### --device device to be activated and / or configured with the network command ### --bootproto method to obtain networking configuration for device (default dhcp) ### --noipv6 disable IPv6 on this device -### -### network --bootproto=static --ip=172.16.11.200 --netmask=255.255.255.0 --gateway=172.16.11.200 --nameserver=172.16.11.4 --hostname centos-linux-8 -network --bootproto=dhcp +${network} ### Lock the root account. rootpw --lock