From 1c4858f0ad9d99b2f9edaefe675ca2a3235514fd Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 21 Apr 2023 14:48:19 +0200 Subject: [PATCH] Enable dhcp --- packer/ova/rhel-8.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/ova/rhel-8.json b/packer/ova/rhel-8.json index b334024..00f71d7 100644 --- a/packer/ova/rhel-8.json +++ b/packer/ova/rhel-8.json @@ -1,5 +1,5 @@ { - "boot_command_prefix": " text inst.ks=", + "boot_command_prefix": " text ip=dhcp inst.ks=", "boot_command_suffix": "/8/ks.cfg", "boot_media_path": "http://{{ .HTTPIP }}:{{ .HTTPPort }}", "build_name": "rhel-8",