diff options
author | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
commit | 95ee39ab1c9ce313725098999cf1d05b42f9c126 (patch) | |
tree | e566ec18c45e9c82401c9b042ecbc753500b508f /init.d/localmount.in | |
parent | 3c8ea5896a8c7a6f7cc97cff1bd7b3c8a5739a61 (diff) |
Add support for Linux Containers, fixes #202.
Patch by bug reporter.
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index 89a4801c..a4d11165 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -8,7 +8,7 @@ depend() { need fsck use lvm modules mtab - keyword -jail -openvz -prefix -vserver + keyword -jail -openvz -prefix -vserver -lxc } start() |