Fixes:
| ubifs_parse_options: unrecognized mount option "nofail" or missing value

Signed-off-by: Andreas Oberritter <[email protected]>
---
 util-linux/mount.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/util-linux/mount.c b/util-linux/mount.c
index 62fd41f..624ca06 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -223,6 +223,7 @@ static const int32_t mount_options[] = {
                /* "defaults" */ 0,
                /* "quiet" 0 - do not filter out, vfat wants to see it */
                /* "noauto" */ MOUNT_NOAUTO,
+               /* "nofail" */ 0,
                /* "sw"     */ MOUNT_SWAP,
                /* "swap"   */ MOUNT_SWAP,
                IF_DESKTOP(/* "user"  */ MOUNT_USERS,)
@@ -282,6 +283,7 @@ static const char mount_option_str[] =
                "defaults\0"
                // "quiet\0" - do not filter out, vfat wants to see it
                "noauto\0"
+               "nofail\0"
                "sw\0"
                "swap\0"
                IF_DESKTOP("user\0")
-- 
1.7.10.4

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to