build/roms: tell the user how to ignore status

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-04-27 18:50:49 +01:00
parent f22305fbf5
commit e614f90638
1 changed files with 2 additions and 0 deletions

View File

@ -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"