improve user feedback in blobutil

make it output messages that tell the user important
information. it's only subtle but it makes a difference
to some people, who need confirmation.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-17 00:43:34 +01:00
parent 59dba6cfcd
commit 8459e33bbc
2 changed files with 12 additions and 9 deletions
+4
View File
@@ -69,6 +69,10 @@ main()
check_board
build_dependencies
inject_blobs
printf "Friendly reminder (this is *not* an error message):\n"
printf "Please always ensure that the files were inserted correctly.\n"
printf "Read https://libreboot.org/docs/install/ivy_has_common.html\n"
}
check_board()