Author: baggins
Date: Sat Nov 6 01:33:37 2010
New Revision: 11888
Modified:
rc-scripts/trunk/rc.d/rc.sysinit
Log:
- create /dev/cgroup (see comment)
Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit Sat Nov 6 01:33:37 2010
@@ -270,8 +270,10 @@
/sbin/blogd
fi
- # cpuset support
+ # cgroup/cpuset support
if grep -q cgroup /proc/filesystems 2>/dev/null ; then
+ # creating is more convenient than artificial conflict with
older udev
+ mkdir -p /dev/cgroup
# mount w/o options enables all available cgroup subsystems
modprobe -s blk-cgroup
mount -n -t cgroup none /dev/cgroup
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit