Bring Back prefix support

We now have a team member who is interested in OpenRC on prefix, so I am
bringing it back to the main tree.
This commit is contained in:
William Hubbs
2012-07-02 22:04:22 -05:00
parent a6db2374fe
commit e641b43849
49 changed files with 75 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ description="Mount the root fs read/write"
depend()
{
need fsck
keyword -jail -openvz -vserver -lxc
keyword -jail -openvz -prefix -vserver -lxc
}
start()