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",