Install `ip` everywhere so that we can manage networking

Minimal means really minimal apparently. Install iproute2 tools so that
we can check things like route tables and open ports and such.

Change-Id: I411f3afd2f87b887bfb6e32baaf2968b7dc91fd0
This commit is contained in:
Clark Boylan 2017-06-21 08:37:22 -07:00
parent 023f9f19ac
commit 00f7e8184e
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ rsync:
parted:
wget:
iputils-ping:
iproute2:
dnsutils:
haveged:
iptables:

View File

@ -26,6 +26,7 @@
"cron": "cronie",
"build-essential": "glibc-devel gcc make",
"dnsutils": "bind-utils",
"iproute2": "iproute",
"iputils-ping": "iputils",
"ntp": "ntp ntp-perl",
"python-dev": "python-devel",