busybox: inittab: don't redirect output to /dev/null
authorLuca Ceresoli <luca@lucaceresoli.net>
Mon, 21 Sep 2015 16:29:43 +0000 (18:29 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Oct 2015 13:29:50 +0000 (15:29 +0200)
commit246131a593ba80879e2a7a81356c0b5fdfccc000
tree384bee2e27a5f780c76701dc4fda915f4a2ba2b2
parentaba0f80d899b99627795d555ae821c50a45c545f
busybox: inittab: don't redirect output to /dev/null

Several inittab steps are redirected to /dev/null. This means any error or
warning printed by these crucial commands would be hidden from the user.
There is no evident reason to hide this output, so stop doing that.

Suggested by Thomas Petazzoni:
http://lists.busybox.net/pipermail/buildroot/2015-September/139146.html

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/busybox/inittab