]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
kernel-modules/module-setup.sh: don't fail hard on a missing module
authorHarald Hoyer <harald@redhat.com>
Mon, 18 Mar 2013 08:29:08 +0000 (09:29 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 Mar 2013 08:29:08 +0000 (09:29 +0100)
modules.d/90kernel-modules/module-setup.sh

index bd35a2cff7c97b58547cc5e4039984a973206864..a04eba865934aa3fb96f058c81d55f9721455b4c 100755 (executable)
@@ -70,6 +70,7 @@ installkernel() {
             done
         fi
     fi
+    :
 }
 
 install() {