diff options
author | Daniel Robbins <drobbins@funtoo.org> | 2013-09-26 18:05:40 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-10-04 15:16:05 -0500 |
commit | e6df76a3775f90f1178db507b6da08a02a9455f4 (patch) | |
tree | bae684e452e5b8949eb2175b5fcba92e73ce5736 /init.d | |
parent | 03c67bcc2727a3e61a168c7dfac98a3dd49c7d79 (diff) |
FL-786: localmount: support filesystem mounting on openvz
Diffstat (limited to 'init.d')
-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 407c686b..54448892 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() |