aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-02-23 22:31:48 +0100
committerTom Gundersen <teg@jklm.no>2011-04-04 03:08:08 +0800
commit42d52ae25ee23b098daa1c5d74bbe07f9993995a (patch)
tree4074a606753da43c4d8a8e9ae62ea3a673ac5d55 /rc.sysinit
parentdb3ba8019fd101ea4e40c187934ab80794bb90e4 (diff)
downloadinitscripts-42d52ae25ee23b098daa1c5d74bbe07f9993995a.tar.xz
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>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 0 insertions, 2 deletions
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