]> code.ossystems Code Review - openembedded-core.git/commit
busybox: fail on no media
authorSaul Wold <sgw@linux.intel.com>
Wed, 10 Apr 2013 06:25:54 +0000 (23:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 11:56:48 +0000 (12:56 +0100)
commite5403f55a1e9b1747535450fd95f499c85211771
treea0d48739b2ab455625dc973a6d885ee83eb7ee61
parent48e8b613b3f5c7b1d917bf3147606d44072ce49e
busybox: fail on no media

The current behaviour of busybox is to try all fstype when automounting
even when no media exists.  The util-linux mount command bails when no
media exists, so change the behaviour of busybox to do the same.

It could also be argued that the KERN_INFO message from btrfs could be
removed, but that would be harder to accomplish.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.20.2/fail_on_no_media.patch [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.20.2.bb