]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 684655f547a6b467ecbd20a4e698c6f0dc160e4c..de1eed607f307231185a952fc1b7fe6299f33024 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() {