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
This commit is contained in:
parent
f735864b78
commit
a45ad8eaf5
elements/dhcp-all-interfaces
@ -1 +1,2 @@
|
|||||||
dhcp-client:
|
dhcp-client:
|
||||||
|
ifupdown:
|
||||||
|
@ -8,9 +8,13 @@
|
|||||||
},
|
},
|
||||||
"suse": {
|
"suse": {
|
||||||
"dhcp-client": "dhcp-client"
|
"dhcp-client": "dhcp-client"
|
||||||
|
},
|
||||||
|
"debian": {
|
||||||
|
"ifupdown": "ifupdown"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"dhcp-client": "isc-dhcp-client"
|
"dhcp-client": "isc-dhcp-client",
|
||||||
|
"ifupdown": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user