85a4ec2b2d
As described inline, NetworkManager and dhcp-client make up the basic networking for centos 8 installs; bring them into the base image. Although in infra we then use simple-init, some other users find this helpful. Change-Id: Ib9f32e73bf9109cc1b659fe1deceb1a15301ffeb
20 lines
493 B
YAML
20 lines
493 B
YAML
audit:
|
|
dracut:
|
|
dracut-config-generic:
|
|
grubby:
|
|
kernel:
|
|
initscripts:
|
|
man-pages:
|
|
lsb_release:
|
|
redhat-rpm-config:
|
|
linux-firmware:
|
|
uninstall: true
|
|
linux-firmware-whence:
|
|
uninstall: true
|
|
# NOTE(ianw) pkg-map restricts this to !rhel/centos 7; in 7
|
|
# the "initscripts" package handles basic networking, in
|
|
# 8+ it's the role of NetworkManager and dhcp-client. This
|
|
# mirrors the default packages installed in upstream cloud images
|
|
# to facilitate a basic network.
|
|
NetworkManager:
|
|
dhcp-client: |