diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-01 17:16:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-01 17:33:43 -0500 |
commit | dac5966ca40610797d2b2aabef17154ca3dc20af (patch) | |
tree | aebc18bcf866017c3d2e700626b2590aebe6879f /NEWS.md | |
parent | 3b6a6df4b5b818e576a88444632d5c73cffd1c57 (diff) |
Revert "local/netmount: remove uses of -O [no]_netdev"
This reverts commit 2a439c85bd69efc14847b4397bd6783cac051405.
There is another use case for -O involving iscsi, so we can't remove it.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -5,23 +5,15 @@ the information in this file is in reverse order. ## OpenRC-0.18 -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 +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. -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 |