mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-01 04:21:04 +00:00
chore: Add additional prompts/info for ublue-os password on signing key.
Closes #312
This commit is contained in:
parent
36e073b459
commit
f46de9b574
@ -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>
|
||||
|
||||

|
||||

|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user