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 /BUSYBOX.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 'BUSYBOX.md')
-rw-r--r-- | BUSYBOX.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ configuration settings for best results with OpenRC. CONFIG_START_STOP_DAEMON -- The start-stop-daemon applet is not compatible with start-stop-daemon in OpenRC. +CONFIG_MOUNT -- The mount applet does not support the -O [no]_netdev options to +skip over or include network file systems when the -a option is present. + +CONFIG_UMOUNT -- The umount applet does not support the -O option along with -a. + CONFIG_SWAPONOFF -- The swapon applet does not support the -e option or recognize the nofail option in fstab. |