chore: Add additional prompts/info for ublue-os password on signing key.

Closes #312
This commit is contained in:
Kyle Gospodnetich 2023-09-17 09:39:33 -07:00
parent 36e073b459
commit f46de9b574
3 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ Bazzite started as a project to resolve some of the issues that plague SteamOS,
Despite this project also being image-based, you are able to install any Fedora package straight from the command line. These packages will persist across updates <sub><sup>(So go ahead and install that obscure VPN software you spent an hour trying to get working in SteamOS)</sup></sub>. Additionally, Bazzite is updated multiple times a week with packages from upstream Fedora, giving you the best possible performance and latest features - all on a stable base.
Bazzite ships with the latest Linux kernel and SELinux enabled by default with full support for secure boot and disk encryption, making this a sensible solution for general computing. <sup><sub>(Yes, you can print from Bazzite)</sub></sup>
Bazzite ships with the latest Linux kernel and SELinux enabled by default with full support for secure boot <sub><sup>(Run `just enroll-secure-boot-keys` and enter the password `ublue-os` if prompted to enroll our key)</sup></sub> and disk encryption, making this a sensible solution for general computing. <sup><sub>(Yes, you can print from Bazzite)</sub></sup>
![KDE Vapor Theme](/repo_content/desktop1.png?raw=true "KDE Vapor Theme")
![KDE VGUI2 Theme](/repo_content/desktop2.png?raw=true "KDE VGUI2 Theme")

View File

@ -20,7 +20,7 @@ clean-system:
boot-to-bios:
systemctl reboot --firmware-setup
# Enroll Nvidia driver & KMOD signing key for secure boot
# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "ublue-os" if prompted
enroll-secure-boot-keys:
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der

View File

@ -20,7 +20,7 @@ clean-system:
boot-to-bios:
systemctl reboot --firmware-setup
# Enroll Nvidia driver & KMOD signing key for secure boot
# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "ublue-os" if prompted
enroll-secure-boot-keys:
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der