From 872444291d3ab4cbeecd4a24216531564986a01c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 4 Sep 2011 10:12:18 -0400 Subject: functions: clarify source of module loading This isn't _all_ your modules. Just the extras specified from rc.conf. Signed-off-by: Dave Reisner --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index eaa1374..f550642 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} -- cgit v1.2.3