Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(distrib): Added dhcpcd dependency to debian installer #5396

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

pierantoniomerlino
Copy link
Contributor

This PR adds dhcpcd as dependency to the Debian installer. This is needed for devices/OS that doesn't provide isc-dhcp-client anymore.

Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
@@ -19,7 +19,7 @@ Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | tem
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn,
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools,
ntpdate, chrony, chronyc | chrony, cron | cronie,
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, isc-dhcp-client, iw, iptables, modemmanager,
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, dhcpcd | isc-dhcp-client, iw, iptables, modemmanager,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, dhcpcd | isc-dhcp-client, iw, iptables, modemmanager,
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, isc-dhcp-client | dhcpcd, iw, iptables, modemmanager,

I would put it in this way since dhcpcd is for now a dependency that is less important than ism. If disc is available we want that installed

Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
@pierantoniomerlino pierantoniomerlino merged commit d713b88 into develop Oct 2, 2024
4 checks passed
@pierantoniomerlino pierantoniomerlino deleted the fix_dhcp_client_dependency branch October 2, 2024 10:29
salvatore-coppola pushed a commit that referenced this pull request Oct 4, 2024
* Added dhcpcd dependency to debian installer

Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>

* Change dhcp client dep order

Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>

---------

Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants