fix: Adds bsdextrautils package for Debian which provides hexdump

command

Change-Id: I48cb65c94f697dbdd42cc09a2d473e4202ec48c8
This commit is contained in:
Nicholas Kuechler 2025-03-04 10:54:56 -06:00
parent 46a8e0104e
commit 0b3f3dc110
2 changed files with 6 additions and 1 deletions

View File

@ -59,6 +59,11 @@ amd64-microcode:
- DISTRO_NAME = debian
- IPA_DEBIAN_NONFREE = true
# Packages needed by Debian
# bsdextrautils provides the 'hexdump' command used by IPA.
bsdextrautils:
when: DISTRO_NAME = debian
# Packages that should not normally be present on IPA images
cloud-init:
phase: post-install.d

View File

@ -64,7 +64,7 @@ DHCP=yes" > /etc/systemd/network/99-dhcp.network
fi
if [ -e /usr/lib/systemd/system/glean-early.service ]; then
# Disable Glean-early start
# Under normal cirumstances, glean-early attempts to mount a config
# Under normal circumstances, glean-early attempts to mount a config
# drive, configure ssh and a hostname. We only need the mount, and we
# trigger that in ironic-agent-resolve-config-drive.service.
# This is largely because glean uses /mnt/config by default,