From: Harald Hoyer Date: Thu, 20 Oct 2011 10:33:33 +0000 (+0200) Subject: 90livenet: check() for wget X-Git-Tag: 014~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d73bbd57ee901b8470d9e42f5e004e240e00af62;p=thirdparty%2Fdracut.git 90livenet: check() for wget --- diff --git a/modules.d/90livenet/module-setup.sh b/modules.d/90livenet/module-setup.sh index b1668597a..3ee7521be 100755 --- a/modules.d/90livenet/module-setup.sh +++ b/modules.d/90livenet/module-setup.sh @@ -4,6 +4,7 @@ check() { # a live, host-only image doesn't really make a lot of sense [[ $hostonly ]] && return 1 + command -v wget || return 1 return 0 }