diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-08-21 11:40:59 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-02 15:02:11 -0500 |
commit | ae9acfaed8401dbff3393f82468adfc33a85acf1 (patch) | |
tree | 607359b7399eeec20cf052fe18355fcf9edf67a2 /init.d | |
parent | 6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb (diff) |
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
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/sysfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in index a90dab24..7d354e0b 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() |