Switch back to dhcp-client temporarily
udhcpc does work, but it doesn't exist in ELN right now. Let's revert back to dhcp-client until the upstream cloud-init support for dhcpcd is ready. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
3aa678e2a3
commit
562b047220
@ -37,10 +37,12 @@ BuildRequires: python3dist(responses)
|
|||||||
BuildRequires: python3dist(passlib)
|
BuildRequires: python3dist(passlib)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Required for the udhcpc binary that replaces the unmaintained
|
# ISC DHCP is no longer maintained and cloud-init will ship a
|
||||||
# dhclient binary from the dhcp-client package. See BZ 2247055
|
# release with dhcpcd support soon. See BZ 2247055 for details.
|
||||||
# for more details.
|
#
|
||||||
Requires: busybox
|
# Cloud-init dhcpcd support is pending a release here:
|
||||||
|
# https://github.com/canonical/cloud-init/pull/4746/files
|
||||||
|
Requires: dhcp-client
|
||||||
|
|
||||||
Requires: hostname
|
Requires: hostname
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user