3ba71becd2
implement required changes to adopt firstboot script for CentOS 7.x. Since lsb_release command is not available on CentOS 7.x, we will include redhat-lsb-core package to image. Change-Id: I2e5f2d598fbb9b3af0fcfd6e69a09e1ebce8e52d
11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"redhat-lsb-core": ""
|
|
},
|
|
"redhat": {
|
|
"redhat-lsb-core": "redhat-lsb-core"
|
|
}
|
|
}
|
|
}
|