90dmsquash-live: do not install by default
authorHarald Hoyer <harald@redhat.com>
Fri, 21 Oct 2011 08:14:49 +0000 (10:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 21 Oct 2011 08:29:58 +0000 (10:29 +0200)
modules.d/90dmsquash-live/module-setup.sh

index 684655f..de1eed6 100755 (executable)
@@ -5,7 +5,7 @@
 check() {
     # a live host-only image doesn't really make a lot of sense
     [[ $hostonly ]] && return 1
-    return 0
+    return 255
 }
 
 depends() {