From: Amadeusz Żołnowski Date: Mon, 25 Jun 2012 16:32:00 +0000 (+0200) Subject: 98usrmount: depend on fs-lib X-Git-Tag: 020~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ea629b9e1f04bb4b777382d75b484f7801b0625;p=thirdparty%2Fdracut.git 98usrmount: depend on fs-lib --- diff --git a/modules.d/98usrmount/module-setup.sh b/modules.d/98usrmount/module-setup.sh index 584438309..69d22d892 100755 --- a/modules.d/98usrmount/module-setup.sh +++ b/modules.d/98usrmount/module-setup.sh @@ -8,7 +8,7 @@ check() { } depends() { - return 0 + echo 'fs-lib' } install() {