appliance: add dhcpcd support on Debian

Debian has replaced the deprecated isc-dhcp-client (dhclient) with
dhcpcd-base (dhcpcd) as the default DHCP client [1]. This causes network
issues in virt-builder since isc-dhcp-client is no longer installed
by default.

Add support for dhcpcd (dhcpcd-base package) in Debian.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041066

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
(cherry picked from commit 91fab3f498)
This commit is contained in:
Daniel Gomez
2025-02-05 09:10:31 +00:00
committed by Richard W.M. Jones
parent fa8970d086
commit adb51ac8a4

View File

@@ -74,7 +74,9 @@ dnl iproute has been renamed to iproute2
iputils-ping
iputils-arping
iputils-tracepath
dnl isc-dhcp-client has been replaced with dhcpcd-base
isc-dhcp-client
dhcpcd-base
ldmtool
libc-bin
librpm9