fix(coreos-base/coreos): add iproute2 to the base image

It got removed from the system when dhcpd went away
This commit is contained in:
Greg Kroah-Hartman 2014-03-11 15:38:40 -07:00
parent 83cda55bad
commit c9321f682a
2 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ RDEPEND="${RDEPEND}
sys-apps/dbus sys-apps/dbus
sys-apps/gawk sys-apps/gawk
sys-apps/grep sys-apps/grep
sys-apps/iproute2
sys-apps/kexec-tools sys-apps/kexec-tools
sys-apps/less sys-apps/less
sys-apps/net-tools sys-apps/net-tools