From: Ryan Mulligan Date: Mon, 7 Apr 2014 02:24:24 +0000 (-0700) Subject: archlinux: add debugging info for missing network link X-Git-Tag: lxc-1.1.0.alpha1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dac6e74c442c37134f5b2208b777735cc60a716;p=thirdparty%2Flxc.git archlinux: add debugging info for missing network link Signed-off-by: Ryan Mulligan Acked-by: Stéphane Graber --- diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index 1bd13f361..45243cf2d 100644 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -248,7 +248,7 @@ if [ -z "${name}" ]; then fi if [ ! -e /sys/class/net/${lxc_network_link} ]; then - echo "network link interface does not exist" + echo "network link interface, ${lxc_network_link}, does not exist" exit 1 fi