]> git.ozlabs.org Git - petitboot/commit
discover: we need stderr for the BusyBox TFTP type check
authorJeremy Kerr <jk@ozlabs.org>
Tue, 14 Jan 2014 07:58:31 +0000 (15:58 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 14 Jan 2014 07:58:31 +0000 (15:58 +0800)
commit49f515d354d8d40e2053fe5806fea12b06bcb115
treed1843a51f25534b533e5ce707cc30f1f233c214f
parent33527e065d9506e05f61c020a473544123c0601b
discover: we need stderr for the BusyBox TFTP type check

Busybox tftp doesn't support -V, so prints an error to stderr. We'll
only see the Busybox identifier if we capture stderr too.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/paths.c