Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9330
Modified Files:
mountfs
Log Message:
md is now in kernel, don't try to load the module
Index: mountfs
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- mountfs 28 May 2011 04:58:04 -0000 1.49
+++ mountfs 22 Dec 2012 22:35:57 -0000 1.50
@@ -99,7 +99,7 @@
done
fi
echo "Starting RAID:"
- modprobe md
+ #modprobe md
if [ -e /etc/mdadm.conf ]; then
/sbin/mdadm --assemble --scan --verbose 2>&1 | sed \
|