fix: Adds bsdextrautils package for Debian which provides hexdump
command Change-Id: I48cb65c94f697dbdd42cc09a2d473e4202ec48c8
This commit is contained in:
parent
46a8e0104e
commit
0b3f3dc110
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user