mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +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" || \
|
cat -u "$targetdir/warn.txt" || \
|
||||||
$err "!cat $targetdir/warn.txt"
|
$err "!cat $targetdir/warn.txt"
|
||||||
fi
|
fi
|
||||||
|
printf "\nTo disable this dialog when building, do:\n"
|
||||||
|
printf "export LBMK_STATUS=n\n\n"
|
||||||
while true; do
|
while true; do
|
||||||
printf "Board %s has status '%s'. Skip? [y/n]" \
|
printf "Board %s has status '%s'. Skip? [y/n]" \
|
||||||
"$board" "$status"
|
"$board" "$status"
|
||||||
|
|||||||
Reference in New Issue
Block a user