Magellan Linux

Diff of /trunk/busybox-initscripts/rc/modules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1167 by niro, Mon Jun 2 22:14:35 2008 UTC revision 1168 by niro, Wed Dec 15 17:44:36 2010 UTC
# Line 20  echo "0" > /proc/sys/kernel/printk Line 20  echo "0" > /proc/sys/kernel/printk
20  # a livecd has always the file .bootdev at root  # a livecd has always the file .bootdev at root
21  if [ ! -e /.bootdev ]  if [ ! -e /.bootdev ]
22  then  then
23   echo -e ${COLOREDSTAR}"Calculating modules dependencies ..."   rc_print "Calculating modules dependencies ..."
24   modules-update   modules-update
25   evaluate_retval   evaluate_retval
26  fi  fi
# Line 35  do Line 35  do
35   case "${module}" in   case "${module}" in
36   \#*|"") continue ;;   \#*|"") continue ;;
37   esac   esac
38   echo -e ${COLOREDSTAR}"Loading module ${COLBLUE}${module}${COLDEFAULT} ..."   rc_print "Loading module ${COLBLUE}${module}${COLDEFAULT} ..."
39   modprobe ${module} ${args} &>/dev/null   modprobe ${module} ${args} &>/dev/null
40   evaluate_retval   evaluate_retval
41  done  done

Legend:
Removed from v.1167  
changed lines
  Added in v.1168