summaryrefslogtreecommitdiff
path: root/init.d/modules.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/modules.in')
-rw-r--r--init.d/modules.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/init.d/modules.in b/init.d/modules.in
index 06b5f17..c12f7c1 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -60,11 +60,4 @@ start()
eend $? "Failed to load ${x}" && cnt=$((${cnt} + 1))
done
einfo "Autoloaded ${cnt} module(s)"
-
- # Just in case a sysadmin prefers generic symbolic links in
- # /lib/modules/boot for boot time modules we will load these modules
- [ -n "$(modprobe -l -t boot)" ] && modprobe -a -t boot \* 2>/dev/null
-
- # Above test clobbers the return
- return 0
}