Skip to content

Commit

Permalink
fix: clean up sbkey warning message
Browse files Browse the repository at this point in the history
Make a markdown link so it reads better when rendered.
  • Loading branch information
castrojo authored Nov 7, 2024
1 parent 7dd2ca0 commit 3b50d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/shared/usr/libexec/check-sb-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3b50d57

Please sign in to comment.