SVN: rc-scripts/trunk/rc.d/rc.sysinit
arekm
arekm at pld-linux.org
Sat Nov 6 10:12:38 CET 2010
Author: arekm
Date: Sat Nov 6 10:12:38 2010
New Revision: 11892
Modified:
rc-scripts/trunk/rc.d/rc.sysinit
Log:
Silent modprobe.
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 10:12:38 2010
@@ -275,7 +275,7 @@
# 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
+ modprobe -s blk-cgroup 2> /dev/null
mount -n -t cgroup none /dev/cgroup
elif grep -q cpuset /proc/filesystems 2>/dev/null ; then
mount -n -t cpuset none /dev/cpuset
More information about the pld-cvs-commit
mailing list