bbcc22751f
Add new 'openssh-server' element to ensure that openssh server is installed and enabled during boot. This is mostly useful for *-minimal images which do not come with openssh installed and/or enabled in order to keep a small dependency footprint. Change-Id: Ide15ee04f5de123dbc8ce4bb56d638d8a167c341
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
{
|
|
"family": {
|
|
"suse": {
|
|
"openssh-server": "openssh"
|
|
},
|
|
"gentoo": {
|
|
"openssh-server": "openssh"
|
|
}
|
|
}
|
|
}
|