From 3b50d5741ec20508b63b0b7960266f0142424c9b Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 7 Nov 2024 08:46:44 -0500 Subject: [PATCH] fix: clean up sbkey warning message Make a markdown link so it reads better when rendered. --- system_files/shared/usr/libexec/check-sb-key.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/shared/usr/libexec/check-sb-key.sh b/system_files/shared/usr/libexec/check-sb-key.sh index 6ec3e99ffcf..c87d102f635 100755 --- a/system_files/shared/usr/libexec/check-sb-key.sh +++ b/system_files/shared/usr/libexec/check-sb-key.sh @@ -5,7 +5,7 @@ if [ "$(id -u)" -ne 0 ]; then exit 1 fi -WARNING_MSG="This machine has secure boot turned on, but you haven't enrolled Universal Blue's keys. Failing to enroll these before rebooting **may cause your system to fail to boot**. Follow this link https://docs.projectbluefin.io/introduction#secure-boot ~for instructions on how to enroll the keys." +WARNING_MSG="This machine has secure boot turned on, but you haven't enrolled Universal Blue's keys. Failing to enroll these before rebooting **may cause your system to fail to boot**. Follow [the documentation](https://docs.projectbluefin.io/introduction#secure-boot) ~for key enrollment information." KEY_WARN_FILE="/run/user-motd-sbkey-warn.md" KEY_DER_FILE="/etc/pki/akmods/certs/akmods-ublue.der"