From 42d52ae25ee23b098daa1c5d74bbe07f9993995a Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 23 Feb 2011 22:31:48 +0100 Subject: 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 --- rc.sysinit | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 832776f..1fbe64a 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -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 -- cgit v1.2.3