aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-10-20 15:52:11 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-10-20 15:52:11 -0500
commit9bf789f78890c8b5879d29acb9fb0e23285baee4 (patch)
treee8aa20955308cf0fa4a3b7ea2b041d67da5da7c4
parentf9acd65497c6e561fbf5420386a99d681fede859 (diff)
Update news file wrt chroot variable
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8858f468..aea52326 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ This file will contain a list of notable changes for each release.
OpenRC-0.13.2
=============
+
+A chroot variable has been added to the service script variables.
+This fixes the support for running a service in a chroot.
+This is documented in man 8 openrc-run.
+
The netmount service now mounts nfs file systems.
This change was made to correct a fix for an earlier bug.