SVN: rc-scripts/trunk/rc.d/rc.sysinit

glen glen at pld-linux.org
Sat Jun 1 10:09:33 CEST 2013


Author: glen
Date: Sat Jun  1 10:09:33 2013
New Revision: 12692

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
update comment to match code for stuffed statements in meanwhile


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Sat Jun  1 10:09:33 2013
@@ -741,10 +741,10 @@
 	fi
 
 	if ! is_no "$DM_MULTIPATH" && [ -x /sbin/multipath ]; then
-		# first make nodes that were discarded due (possible) new /dev mount
 		modprobe -s dm-mod
-		/sbin/dmsetup mknodes
 		modprobe -s dm-multipath
+		# make nodes that were discarded due (possible) new /dev mount
+		/sbin/dmsetup mknodes
 		run_cmd "Activating dm-multipath" /sbin/multipath -v 0
 		/sbin/dmsetup ls --target multipath --exec '/sbin/kpartx -a -p p'
 	fi


More information about the pld-cvs-commit mailing list