aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-08-10 18:45:36 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-08-17 18:21:39 -0500
commit7341cd882fba522c1f1d183603334839bd4df7fc (patch)
tree6cd0633810863e79a715c10a2262c3987325bddc /NEWS.md
parent279f1e5d1013309d99509ab4b7b57521f8a4aba4 (diff)
allow localmount and netmount to fail
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 20e3c272..69fab7ff 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,17 @@
This file will contain a list of notable changes for each release. Note
the information in this file is in reverse order.
+## OpenRC-x.xx
+
+The behaviour of localmount and netmount in this version is changing. In
+the past, these services always started successfully. In this version,
+they will be able to fail if file systems they mount fail to mount. If
+you have file systems listed in fstab which should not be mounted at
+boot time, make sure to add noauto to the mount options. If you have
+file systems that you want to attempt to mount at boot time but failure
+should be allowed, add nofail to the mount options for these file
+systems in fstab.
+
## OpenRC-0.14
The binfmt service, which registers misc binary formats with the Linux