images: Use GNU less instead of busybox
Busybox less does not support colors and tools like nmcli output to less and has it does not support colors characters escape characters are printed and the pager is open instead of just printing out to the console See : https://github.com/resin-os/meta-resin/pull/964
This commit is contained in:
parent
950c35b01e
commit
c5a0003d8c
|
|
@ -21,6 +21,7 @@ IMAGE_INSTALL = " \
|
||||||
board-descriptor \
|
board-descriptor \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
|
less \
|
||||||
kernel-devicetree \
|
kernel-devicetree \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ IMAGE_INSTALL_append = " \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
gpsd \
|
gpsd \
|
||||||
curl \
|
curl \
|
||||||
|
less \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue