764a5f1447
Use the openssh-server element to install the SSH server. Depends-On: Ide15ee04f5de123dbc8ce4bb56d638d8a167c341 Change-Id: Ie8d81f488f8421d4b2ed227c6f7c6779cca96a9d
28 lines
531 B
Plaintext
28 lines
531 B
Plaintext
{
|
|
"distro": {
|
|
"fedora": {
|
|
"python3-dev": "python3-devel"
|
|
},
|
|
"gentoo": {
|
|
"build-essential": "",
|
|
"cron": "sys-process/cronie",
|
|
"python-dev": "",
|
|
"python3-dev": "",
|
|
"traceroute": "net-analyzer/traceroute",
|
|
"uuid-runtime": ""
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"cron": "cronie",
|
|
"build-essential": "glibc-devel gcc make",
|
|
"python-dev": "python-devel",
|
|
"python3-dev": "",
|
|
"uuid-runtime": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"gentoolkit": ""
|
|
}
|
|
}
|