summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-02-13 12:15:55 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-02-13 12:15:55 -0600
commit1c7d3165e4aa87d3939d892be9e71582c2aa8d52 (patch)
treed8e8498e2227cccb9f284a6a8400dd7bdc687373
parent8199dee8d698d7ffa8955d36085a3b9eccbaa7dc (diff)
downloadopenrc-1c7d3165e4aa87d3939d892be9e71582c2aa8d52.tar.gz
openrc-1c7d3165e4aa87d3939d892be9e71582c2aa8d52.tar.bz2
openrc-1c7d3165e4aa87d3939d892be9e71582c2aa8d52.tar.xz
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
-rw-r--r--init.d/localmount.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 3fbc071..68b33db 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()