summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-04-27 18:50:49 +0100
committerLeah Rowe <leah@libreboot.org>2024-04-27 18:50:49 +0100
commite614f90638ffda7dd9cd2634d856aa40e96d2010 (patch)
tree59edf748f091ee562a0d9603a3bb7c41a06c4989
parentf22305fbf585a4d16109ad44b24739228ae5b503 (diff)
build/roms: tell the user how to ignore status
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xscript/build/roms2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/build/roms b/script/build/roms
index 08b9c92..b14213b 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"