Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory vz-cvs-3.sog:/tmp/cvs-serv24139/config/etc/init.d
Modified Files:
mountfs
Log Message:
- updated ImageMagick to 6.6.9-10
- updated aoe6 to 76
- updated aufs2-git to 20110523-38
- updated conntrack-tools to 1.0.0
- updated cryptsetup to 1.3.1
- updated e2fsprogs to 1.41.14
- updated grsecurity to 2.2.2-2.6.38.7-201105222331
- updated iptables to 1.4.10
- updated libnetfilter_conntrack to 0.9.1
- updated open-iscsi-git to 20110526
- updated openl2tp to 1.8
- updated kernel to 2.6.38.7
- updated sysvinit to 2.88dsf
- disabled frox
Index: mountfs
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- mountfs 26 Dec 2009 21:26:50 -0000 1.48
+++ mountfs 28 May 2011 04:58:04 -0000 1.49
@@ -113,6 +113,8 @@
/sbin/mdadm -Ac partitions -m 2 /dev/md2
/sbin/mdadm -Ac partitions -m 3 /dev/md3
fi
+ # we need to wait a bit for all devices to fully appear
+ sleep 1
fi
# start LVM if tools are installed
|