]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Silent modprobe.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Nov 2010 09:12:38 +0000 (09:12 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Nov 2010 09:12:38 +0000 (09:12 +0000)
svn-id: @11892

rc.d/rc.sysinit

index 32a9e38d3358be42656bcfcf29d43d2d398b18dd..46a216fc2a9e47a95302ee18a78c21c18ff6e42e 100755 (executable)
@@ -275,7 +275,7 @@ if ! is_yes "$VSERVER"; 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
+               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
This page took 1.597999 seconds and 4 git commands to generate.