[bin] --verbose doesn't exist for "eit search"
This commit is contained in:
parent
87b3ebf20e
commit
c7e884a5c9
@ -19,7 +19,7 @@ for kernel in $kernels; do
|
|||||||
[[ -z "${built_pkgs}" ]] && echo "ouch no kernel pkgs" && exit 2
|
[[ -z "${built_pkgs}" ]] && echo "ouch no kernel pkgs" && exit 2
|
||||||
eit inject ${built_pkgs} || ( echo "ouch unable to inject" && exit 3 )
|
eit inject ${built_pkgs} || ( echo "ouch unable to inject" && exit 3 )
|
||||||
echo
|
echo
|
||||||
eit search "#${kernel}" -qv | sort | uniq
|
eit search "#${kernel}" -q | sort | uniq
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user