]> git.ipfire.org Git - thirdparty/lxc.git/commit
suppress udev log output
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 23 Jan 2011 20:47:12 +0000 (21:47 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 23 Jan 2011 20:47:12 +0000 (21:47 +0100)
commit434d90db57e3d94609b48e2bc3c17777e56eac3a
tree83e7af04bab7b3051f59b7de3ee9b076d25901f7
parent27b39fd49dade95796fc05f1583e4a6f6fcbc598
suppress udev log output

We use udev within these containers and we prevent the /dev files
to be created with the cgroup whitelist. So when the udevd receives
the event from the kernel, it will fail to create some nodes in /dev
and will spit error on the console.

We set the log level to zero, so udev will silently fail.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-maverick.in
templates/lxc-natty.in