diskimage-builder/elements/dhcp-all-interfaces/pkg-map
Andrey Shestakov a45ad8eaf5 Fix dhcp-all-interfaces for ubuntu-minimal xenial
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
2017-01-19 17:29:43 +00:00

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": ""
}
}