aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 69fab7ff..cb8eabab 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,17 +3,25 @@
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
+## OpenRC-0.18
-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
+The behaviour of localmount and netmount is changing. In the past, these
+services always started successfully. However, now they will fail if a
+file system they attempt to mount cannot be mounted.
+
+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.
+In this version, we are dropping the use of the -O switch for
+mount/umount -a. This is being dropped because it is util-linux
+specific and not compatible with busybox.
+
+This should not be a regression for Gentoo users, but I am publishing
+this here because it may be for others.
+
## OpenRC-0.14
The binfmt service, which registers misc binary formats with the Linux