]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90livenet: do not install by default
authorHarald Hoyer <harald@redhat.com>
Fri, 21 Oct 2011 08:15:09 +0000 (10:15 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 21 Oct 2011 08:29:58 +0000 (10:29 +0200)
modules.d/90livenet/module-setup.sh

index a6ee3e0ae52a4f5cb821c88aa5b6f6f5c01bdcfc..5cfbb75f3141fe1c86a891fe483c3d5f0d516022 100755 (executable)
@@ -5,7 +5,7 @@ check() {
     # a live, host-only image doesn't really make a lot of sense
     [[ $hostonly ]] && return 1
     command -v wget >/dev/null || return 1
-    return 0
+    return 255
 }
 
 depends() {