mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-26 02:37:49 +00:00
chore(readme): Add secure boot notice
This commit is contained in:
parent
2d2f7d7bdf
commit
03c35c47dc
@ -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
|
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
|
### Contributor Metrics
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user