]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98usrmount: depend on fs-lib
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Mon, 25 Jun 2012 16:32:00 +0000 (18:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:27 +0000 (12:41 +0200)
modules.d/98usrmount/module-setup.sh

index 58443830975981f8636320a0cc6c3ead854b1ab8..69d22d892f0c8d94ee5effa7e3302da1d2f36226 100755 (executable)
@@ -8,7 +8,7 @@ check() {
 }
 
 depends() {
-    return 0
+    echo 'fs-lib'
 }
 
 install() {