test: make the installation of the debug tools optional in the image

This commit is contained in:
Franck Bui 2021-09-22 08:37:34 +02:00
parent f782eee68a
commit f7d47cc862

View file

@ -1539,7 +1539,7 @@ install_basic_tools() {
install_debug_tools() {
dinfo "Install debug tools"
image_install "${DEBUGTOOLS[@]}"
image_install -o "${DEBUGTOOLS[@]}"
if get_bool "$INTERACTIVE_DEBUG"; then
# Set default TERM from vt220 to linux, so at least basic key shortcuts work