Skip to content

Commit

Permalink
hooks: remove dhcpcd-base
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Feb 22, 2024
1 parent bbfe0d3 commit 7f30d5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hooks/040-remove-pkgs.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ dpkg -r --force-depends dh-python
# Remove file which got pulled in by cracklib-runtime. We are discarding
# cracklib-runtime binary programs in later hooks (601-clean-cracklib.chroot).
dpkg -r --force-depends file libmagic1 libmagic-mgc

# cloud-init pulls in dhcpcd-base which we aren't (currently)
# interested in. It's marked as required, but cloud-init works with
# multiple dhcp clients. This change occurred recently (from time of commit)
# since isc-dhcp-client will be deprecated and is currently in the process
# of being demoted from packages in main universe.
dpkg --purge --force-depends dhcpcd-base

0 comments on commit 7f30d5c

Please sign in to comment.