mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 06:59:03 +02:00
build/roms: tell the user how to ignore status
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user