diff options
author | Alexander V Vershilov <qnikst@gentoo.org> | 2013-07-31 17:10:14 +0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-31 12:40:56 -0500 |
commit | 1c94d793c025b763429e4bd006a78cfb2945ebb3 (patch) | |
tree | 0b5338e32996ef82ef04c8927fb52b295d6bf3a4 /init.d | |
parent | e90dcf39dd3f3658a7d9804e73d0442ae6c7935c (diff) |
devfs: Add -lxc keyword
Devfs is not needed for LXC, as LXC mounts all required fs on
it's own. Reported by specing.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/devfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/devfs.in b/init.d/devfs.in index 36955f38..afc2cb7b 100644 --- a/init.d/devfs.in +++ b/init.d/devfs.in @@ -7,7 +7,7 @@ description="Mount system critical filesystems in /dev." depend() { use dev-mount before dev - keyword -prefix -vserver + keyword -prefix -vserver -lxc } start() { |