]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- remove manual pluto,fcal -> fc4+soc module dependency (they're present since initia...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Mar 2009 12:34:08 +0000 (12:34 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Mar 2009 12:34:08 +0000 (12:34 +0000)
svn-id: @10171

geninitrd

index 96a99d9067d6d7fd297137f1ccf430d361405c98..cc1402159b93f707b91f55abc9120d8b709f7bce 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -272,12 +272,6 @@ find_depmod() {
                module=${module#-}
        fi
 
-       # XXX: what's this?
-       if [ "$module" = "pluto" ] || [ "$module" = "fcal" ]; then
-               find_depmod fc4
-               find_depmod soc
-       fi
-
        # This works when user has module-init-tools installed even on 2.4 kernels
        local modprobe
        modprobe=$(modprobe --set-version $kernel --show-depends $module --ignore-install 2>&1)
This page took 0.038414 seconds and 4 git commands to generate.