diff options
author | Tom Gundersen <teg@jklm.no> | 2011-02-23 22:31:48 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-04-04 03:08:08 +0800 |
commit | 42d52ae25ee23b098daa1c5d74bbe07f9993995a (patch) | |
tree | 4074a606753da43c4d8a8e9ae62ea3a673ac5d55 | |
parent | db3ba8019fd101ea4e40c187934ab80794bb90e4 (diff) |
depmod: no longer update module dependencies on boot
This should not be necessary as the packages installing modules should
be responsible for updating the dependencies.
Furthermore, as modules can be loaded very early in boot, but depmod can
only be called after root is mounted rw, we can not rely on depmod
fixing broken module dependencies.
Fixes: FS#20174.
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -340,8 +340,6 @@ if [[ $NISDOMAINNAME ]]; then status "Setting NIS Domain Name: $NISDOMAINNAME" /bin/nisdomainname "$NISDOMAINNAME" fi -status "Updating Module Dependencies" /sbin/depmod -A - stat_busy "Setting Locale: ${LOCALE:=en_US}" # Flush old locale settings : >| /etc/profile.d/locale.sh |