[arch-projects] [initscripts][PATCH 2/2] functions: clarify source of module loading

Dave Reisner d at falconindy.com
Fri Sep 23 23:27:30 EDT 2011


This isn't _all_ your modules. Just the extras specified from rc.conf.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 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



More information about the arch-projects mailing list