a45ad8eaf5
The start script of dhcp-all-interfaces currently requires ifup command. ifup command provided by package ifupdown, which is not installed in ubuntu-minimal Xenial. This change adds ifupdown package for debian family, as it required for dhcp-all-interfaces. Closes-bug: #1647853 Change-Id: I6dfc0108ec067f350b22e9fb933b9e8d47b09fde
21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"dhcp-client": "dhclient"
|
|
},
|
|
"gentoo": {
|
|
"dhcp-client": "net-misc/dhcpcd"
|
|
},
|
|
"suse": {
|
|
"dhcp-client": "dhcp-client"
|
|
},
|
|
"debian": {
|
|
"ifupdown": "ifupdown"
|
|
}
|
|
},
|
|
"default": {
|
|
"dhcp-client": "isc-dhcp-client",
|
|
"ifupdown": ""
|
|
}
|
|
}
|