mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Closing bug 1040:
The "quiet" option is quietly (hah) ignored. It should be passed through to the mount() syscall in the comma separated list of options. I found the problem with the vfat/msdos filesystems, which uses a quiet option to override some complaints and errors.
This commit is contained in:
parent
f1a6c6b362
commit
5e90e10647
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ struct {
|
|||
|
||||
USE_FEATURE_MOUNT_FSTAB(
|
||||
{"defaults", 0},
|
||||
{"quiet", 0},
|
||||
/* {"quiet", 0}, - do not filter out, vfat wants to see it */
|
||||
{"noauto", MOUNT_NOAUTO},
|
||||
{"swap", MOUNT_SWAP},
|
||||
USE_DESKTOP({"user", MOUNT_USERS},)
|
||||
|
|
|
|||
Loading…
Reference in a new issue