Blame 0095-90livenet-do-not-install-by-default.patch

Harald Hoyer 401ad9
From 624c70d763e9a201b5450fea10ac5e32939cf2a2 Mon Sep 17 00:00:00 2001
Harald Hoyer 401ad9
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 401ad9
Date: Fri, 21 Oct 2011 10:15:09 +0200
Harald Hoyer 401ad9
Subject: [PATCH] 90livenet: do not install by default
Harald Hoyer 401ad9
Harald Hoyer 401ad9
---
Harald Hoyer 401ad9
 modules.d/90livenet/module-setup.sh |    2 +-
Harald Hoyer 401ad9
 1 files changed, 1 insertions(+), 1 deletions(-)
Harald Hoyer 401ad9
Harald Hoyer 401ad9
diff --git a/modules.d/90livenet/module-setup.sh b/modules.d/90livenet/module-setup.sh
Harald Hoyer 401ad9
index a6ee3e0..5cfbb75 100755
Harald Hoyer 401ad9
--- a/modules.d/90livenet/module-setup.sh
Harald Hoyer 401ad9
+++ b/modules.d/90livenet/module-setup.sh
Harald Hoyer 401ad9
@@ -5,7 +5,7 @@ check() {
Harald Hoyer 401ad9
     # a live, host-only image doesn't really make a lot of sense
Harald Hoyer 401ad9
     [[ $hostonly ]] && return 1
Harald Hoyer 401ad9
     command -v wget >/dev/null || return 1
Harald Hoyer 401ad9
-    return 0
Harald Hoyer 401ad9
+    return 255
Harald Hoyer 401ad9
 }
Harald Hoyer 401ad9
 
Harald Hoyer 401ad9
 depends() {