From 68251ffbb8135dd25f019f3c2aa54cbf468c4143 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 22 Apr 2020 16:12:33 -0400 Subject: [PATCH] Fix dhcp mistake in the rhel initqueue This prevented dhcp from ever being attempted --- misc/confluent-initqueue.sh.rh8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/confluent-initqueue.sh.rh8 b/misc/confluent-initqueue.sh.rh8 index 74e44d22..f6204a45 100644 --- a/misc/confluent-initqueue.sh.rh8 +++ b/misc/confluent-initqueue.sh.rh8 @@ -45,7 +45,7 @@ root=anaconda-net:$proto://$mgr/confluent-public/os/$profilename/distribution export kickstart export root autoconfigmethod=$(grep ipv4_method /tmp/confluent.deploycfg) -autoconfigmethod=${autoconfigmethod#ipv4_method} +autoconfigmethod=${autoconfigmethod#ipv4_method: } if [ "$autoconfigmethod" = "dhcp" ]; then echo ip=$ifname:dhcp else