diskimage-builder/diskimage_builder/elements/simple-init/package-installs.yaml
Clark Boylan 793e16b76c Install Fedora ifcfg NM compat package
Starting with Fedora 36 the NetworkManager package no longer includes
ifcfg support by default. You need an additional package
"NetworkManager-initscripts-ifcfg-rh" to pull in the compatibility
plugin. Glean's support for Fedora relies on this compatibility system
so we install this package via the simple-init element package deps.

Change-Id: I76ac39b8dedcb1c5bc4595aedc0a732c99c8721e
2022-09-20 08:58:37 -07:00

10 lines
235 B
YAML

dhcp-client:
net-tools:
ifupdown:
network-scripts:
when: DIB_SIMPLE_INIT_NETWORKMANAGER = 0
NetworkManager:
when: DIB_SIMPLE_INIT_NETWORKMANAGER != 0
NetworkManager-initscripts-ifcfg-rh:
when: DIB_SIMPLE_INIT_NETWORKMANAGER != 0