diskimage-builder/elements/dhcp-all-interfaces/pkg-map
Matthew Thode de0cddc390
Add Gentoo to the dhcp-all-interfaces element
This makes use of the dhcpcd package and it's ability to run on all
interfaces by default.  We disable the privacy extensions and dhcp
overriding the hostname (both are enabled by default).  Other than
that it 'just works' and was the method used to bring up interfaces
on Gentoo Openstack images before we switched to building with DIB.

Change-Id: I02c14927d70b22f560c6fc149fefca0f93933f56
2016-04-21 16:40:06 -05:00

11 lines
115 B
Plaintext

{
"family": {
"gentoo": {
"dhcpcd": "net-misc/dhcpcd"
}
},
"default": {
"dhcpcd": ""
}
}