From e614f90638ffda7dd9cd2634d856aa40e96d2010 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 27 Apr 2024 18:50:49 +0100 Subject: build/roms: tell the user how to ignore status Signed-off-by: Leah Rowe --- script/build/roms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/build/roms b/script/build/roms index 08b9c92a..b14213b9 100755 --- a/script/build/roms +++ b/script/build/roms @@ -197,6 +197,8 @@ skip_board() cat -u "$targetdir/warn.txt" || \ $err "!cat $targetdir/warn.txt" fi + printf "\nTo disable this dialog when building, do:\n" + printf "export LBMK_STATUS=n\n\n" while true; do printf "Board %s has status '%s'. Skip? [y/n]" \ "$board" "$status" -- cgit v1.2.1