Skip to content

Commit

Permalink
SW: replace dhcpcd with dhcpcd-base in DEBIAN_*
Browse files Browse the repository at this point in the history
The dhcpcd package provides the files /etc/init.d/dhcpcd,
/usr/lib/systemd/system/dhcpcd.service +
/usr/lib/systemd/system/[email protected], neither of which we depend on.
We also don't start any of those services with our Grml live systems via
systemd presets.

Also cloud-init only depends on dhcpcd-base, so let's depend on
dhcpcd-base with Debian trixie and newer.

Thanks to Darsha for raising this.

Closes: #187
  • Loading branch information
mika committed Nov 26, 2024
1 parent 7a30c71 commit 585437f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/grml/fai/config/package_config/DEBIAN_TESTING
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PACKAGES install
# towards dhcpcd only for Debian trixie/testing and newer. Also see
# https://bugs.debian.org/1051421 and
# https://github.com/grml/grml-live/issues/138
dhcpcd
dhcpcd-base
2 changes: 1 addition & 1 deletion etc/grml/fai/config/package_config/DEBIAN_TRIXIE
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PACKAGES install
# towards dhcpcd only for Debian trixie/testing and newer. Also see
# https://bugs.debian.org/1051421 and
# https://github.com/grml/grml-live/issues/138
dhcpcd
dhcpcd-base
2 changes: 1 addition & 1 deletion etc/grml/fai/config/package_config/DEBIAN_UNSTABLE
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PACKAGES install
# towards dhcpcd only for Debian trixie/testing and newer. Also see
# https://bugs.debian.org/1051421 and
# https://github.com/grml/grml-live/issues/138
dhcpcd
dhcpcd-base

0 comments on commit 585437f

Please sign in to comment.