]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
update comment to match code for stuffed statements in meanwhile
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Jun 2013 08:09:33 +0000 (08:09 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Jun 2013 08:09:33 +0000 (08:09 +0000)
svn-id: @12692

rc.d/rc.sysinit

index 92f624c10d51ffeb393384e0f29fd7333753005d..15b471afe8be8c391cfd84c4f667d041c58f8636 100755 (executable)
@@ -741,10 +741,10 @@ if ! is_yes "$VSERVER"; then
        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
This page took 0.171987 seconds and 4 git commands to generate.