]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90dmsquash-live-ntfs: fix depends() 352/head
authorLukas Nykryn <lnykryn@redhat.com>
Thu, 11 Jan 2018 12:16:17 +0000 (13:16 +0100)
committerLukas Nykryn <lnykryn@redhat.com>
Thu, 11 Jan 2018 12:16:17 +0000 (13:16 +0100)
Dependencies should not include module number.

modules.d/90dmsquash-live-ntfs/module-setup.sh

index bc77376b266f86cd3677e899eeba4edab428ec53..2354b840b1fc2c8b3e649646821f48ff796a837a 100755 (executable)
@@ -8,7 +8,7 @@ check() {
 }
 
 depends() {
-    echo 90dmsquash-live
+    echo dmsquash-live
     return 0
 }