From 03c35c47dc7e5890fcd8780864b12f0238ba0da9 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 10 Jan 2024 21:53:07 -0800 Subject: [PATCH] chore(readme): Add secure boot notice --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 81db4b16..c5925dc7 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,15 @@ These images are signed with sigstore's [cosign](https://docs.sigstore.dev/cosig cosign verify --key cosign.pub ghcr.io/ublue-os/bazzite ``` +## Secure Boot + +Secure boot is supported with our custom key. The pub key can be found in the root of this repository [here](https://github.com/ublue-os/bazzite/blob/main/secure_boot_key.der). +If you'd like to enroll this key prior to installation, download the key and run the following: + +```bash +sudo mokutil --import secure_boot_key.der +``` + ### Contributor Metrics ![Bazzite](https://repobeats.axiom.co/api/embed/86b500d79c613015ad16f56df76c8e13f3fd98ae.svg "Repobeats analytics image")