From: Konrad Rzeszutek Wilk Date: Wed, 25 Jan 2012 03:08:31 +0000 (-0500) Subject: network: Also copy arping from iputils. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ee47ea6dd65927255190a95202edf2a9e6108c7b;p=xentesttools%2Fbootstrap.git network: Also copy arping from iputils. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 66a918a..d4f6e31 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -505,6 +505,8 @@ endif $(call RPM_TO_USERSPACE,./sbin/ip,$(RPM_DIR)/iproute) $(call RPM_TO_USERSPACE,./bin/ping,$(RPM_DIR)/iputils) $(call RPM_TO_USERSPACE,./bin/ping6,$(RPM_DIR)/iputils) + $(call RPM_TO_USERSPACE,./sbin/arping,$(RPM_DIR)/iputils) + $(call RPM_TO_USERSPACE,./usr/sbin/arping,$(RPM_DIR)/iputils) $(call RPM_TO_USERSPACE,./sbin/mingetty,$(RPM_DIR)/mingetty) $(call RPM_TO_USERSPACE,./bin/mktemp,$(RPM_DIR)/coreutils) $(call RPM_TO_USERSPACE,./usr/bin/killall,$(RPM_DIR)/psmisc)