From: Victor Lowther Date: Sat, 30 May 2009 03:58:21 +0000 (-0500) Subject: Modify the check script so that 40network will only load as a X-Git-Tag: 0.1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3fb8d807479ab12f5119309b733ee90f35b0752;p=thirdparty%2Fdracut.git Modify the check script so that 40network will only load as a dependency on another module. --- diff --git a/modules.d/40network/check b/modules.d/40network/check index 77d876b5d..79a6d978f 100755 --- a/modules.d/40network/check +++ b/modules.d/40network/check @@ -1,3 +1,4 @@ #!/bin/sh which ip dhclient hostname >/dev/null 2>&1 || exit 1 -exit 0 \ No newline at end of file +exit 255 +