This isn't _all_ your modules. Just the extras specified from rc.conf.
Signed-off-by: Dave Reisner <[email protected]>
---
functions | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/functions b/functions
index f68c088..aa65418 100644
--- a/functions
+++ b/functions
@@ -323,7 +323,7 @@ udevd_modprobe() {
# Load modules from the MODULES array defined in rc.conf
[[ -f /proc/modules ]] && (( ${#MODULES[*]} )) &&
- status "Loading Modules" modprobe -ab "${MODULES[@]}"
+ status "Loading User-specified Modules" modprobe -ab
"${MODULES[@]}"
status "Waiting for UDev uevents to be processed" \
udevadm settle --timeout=${UDEV_TIMEOUT:-30}
--
1.7.6.3