From ae9acfaed8401dbff3393f82468adfc33a85acf1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 21 Aug 2012 11:40:59 -0500 Subject: sysfs: add -lxc keyword The sysfs filesystem should not be mounted inside a linux container. Reported-by: permeakra@gmail.com X-Gentoo-Bug: 425790 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=425790 --- init.d/sysfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysfs.in b/init.d/sysfs.in index a90dab2..7d354e0 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -6,7 +6,7 @@ description="Mount the sys filesystem." depend() { - keyword -prefix -vserver + keyword -lxc -prefix -vserver } mount_sys() -- cgit v1.2.3