]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
plymouth/module-setup.sh:installkernel() fix return code
authorHarald Hoyer <harald@redhat.com>
Fri, 22 Jun 2012 13:31:26 +0000 (15:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:26 +0000 (12:41 +0200)
modules.d/50plymouth/module-setup.sh

index 69f1bc7e1b1aa94201a9c1c85af91ad8485b470f..616d9b29982f0d0a07c172a4ff137e43c154f84c 100755 (executable)
@@ -45,9 +45,8 @@ installkernel() {
         # Use two parallel streams to filter alternating modules.
         set +x
         eval "( ( rotor ) ${_side2}>&1 | nmf1 ) ${_merge}>&1"
-        _ret=$?
         [[ $debug ]] && set -x
-        return $_ret
+        return 0
     }
 
     for _modname in $(find_kernel_modules_by_path drivers/gpu/drm \