diff options
author | William Hubbs <williamh@gentoo.org> | 2012-02-13 12:15:55 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-13 12:15:55 -0600 |
commit | 1c7d3165e4aa87d3939d892be9e71582c2aa8d52 (patch) | |
tree | d8e8498e2227cccb9f284a6a8400dd7bdc687373 /init.d/localmount.in | |
parent | 8199dee8d698d7ffa8955d36085a3b9eccbaa7dc (diff) |
Allow localmount to run in openvz containers
Reported-By: Daniel Robbins <drobbins@funtoo.org>
X-Gentoo-Bug: 401063
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401063
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 3fbc0716..68b33db5 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -9,7 +9,7 @@ depend() need fsck use lvm modules mtab after lvm modules - keyword -jail -openvz -prefix -vserver -lxc + keyword -jail -prefix -vserver -lxc } start() |