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
17 lines
225 B
Plaintext
17 lines
225 B
Plaintext
{
|
|
"release": {
|
|
"centos": {
|
|
"7": {
|
|
"NetworkManager": "",
|
|
"dhcp-client": ""
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"lsb_release": "redhat-lsb-core"
|
|
}
|
|
}
|
|
}
|
|
|