From 8459e33bbcbe70cc08f449c3d46f1310c65680a1 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Thu, 17 Aug 2023 00:43:34 +0100
Subject: 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>
---
 resources/scripts/update/blobs/inject | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'resources/scripts/update/blobs/inject')

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()
-- 
cgit v1.2.1