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
This commit is contained in:
William Hubbs 2012-08-21 11:40:59 -05:00
parent 6770a6b1ce
commit ae9acfaed8

View File

@ -6,7 +6,7 @@ description="Mount the sys filesystem."
depend()
{
keyword -prefix -vserver
keyword -lxc -prefix -vserver
}
mount_sys()