Files
poky/meta/recipes-core
Laurentiu Palcu 897d26a444 busybox: fix mount issue
When the mount command is not given the filesystem type to mount, then
it will try all the known filesystems. However, when a filesystem is not
supported by the kernel, the mount function call will return ENODEV.

The following patch, ecd90bc6aa,
introduced a problem because it bailed out on ENODEV too. Instead it should
have only bailed out on ENOMEDIUM.

[YOCTO #4308]

(From OE-Core rev: 82320d2074572477f26887eddc51dc2a1dfea403)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-18 00:38:01 +01:00
..
2013-04-04 14:04:41 +01:00
2013-04-18 00:38:01 +01:00
2013-03-07 11:14:39 +00:00
2012-12-17 17:24:56 +00:00
2012-12-03 14:32:46 +00:00
2012-05-09 21:42:52 +01:00