summaryrefslogtreecommitdiff
path: root/resources/scripts/update/blobs/inject
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-17 00:43:34 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-17 00:43:34 +0100
commit8459e33bbcbe70cc08f449c3d46f1310c65680a1 (patch)
treef29f4c3aa4247fa2ec18d949b685083c51ba3019 /resources/scripts/update/blobs/inject
parent59dba6cfcdc6c154e4d46c14c42e7b6f0b84c7b5 (diff)
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>
Diffstat (limited to 'resources/scripts/update/blobs/inject')
-rwxr-xr-xresources/scripts/update/blobs/inject4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/update/blobs/inject b/resources/scripts/update/blobs/inject
index 46d83309..1d51ef98 100755
--- a/resources/scripts/update/blobs/inject
+++ b/resources/scripts/update/blobs/inject
@@ -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()