From 7f338da734cd8e964a21d0f54fceaf086b57ceaa Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Mon, 29 Apr 2013 11:12:42 +0200 Subject: [PATCH] Add ping package to test networking after build --- boxes/debian/download | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boxes/debian/download b/boxes/debian/download index 27769aa..a3dc66c 100755 --- a/boxes/debian/download +++ b/boxes/debian/download @@ -89,7 +89,8 @@ man-db,\ psmisc,\ bind9-host,\ telnet,\ -mtr-tiny +mtr-tiny,\ +ping if [ ! -z "${ADDITIONAL_PACKAGES}" ]; then packages=${ADDITIONAL_PACKAGES},${packages}