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
This commit is contained in:
parent
9ce3358fde
commit
793e16b76c
@ -5,3 +5,5 @@ 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
|
||||
|
@ -24,9 +24,20 @@
|
||||
"network-scripts": "network-scripts"
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"fedora": {
|
||||
"36": {
|
||||
"NetworkManager-initscripts-ifcfg-rh": "NetworkManager-initscripts-ifcfg-rh"
|
||||
},
|
||||
"37": {
|
||||
"NetworkManager-initscripts-ifcfg-rh": "NetworkManager-initscripts-ifcfg-rh"
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"dhcp-client": "isc-dhcp-client",
|
||||
"ifupdown": "",
|
||||
"network-scripts": ""
|
||||
"network-scripts": "",
|
||||
"NetworkManager-initscripts-ifcfg-rh": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user