mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Richard W.M. Jones
parent
fa8970d086
commit
adb51ac8a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user