Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions packages/ublue-os-just/src/recipes/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ logs-last-boot:

# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "universalblue" if prompted
enroll-secure-boot-key:
#!/usr/bin/bash
ENROLLMENT_PASSWORD="universalblue"
SECUREBOOT_KEY=/etc/pki/akmods/certs/akmods-ublue.der
sudo mokutil --timeout -1
echo 'The next line will prompt for a MOK password. Then, input "universalblue"'
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der
echo -e "$ENROLLMENT_PASSWORD\n$ENROLLMENT_PASSWORD" | sudo mokutil --import "$SECUREBOOT_KEY"
echo 'At next reboot, the mokutil UEFI menu UI will be displayed (*QWERTY* keyboard input and navigation).\nThen, select "Enroll MOK", and input "universalblue" as the password'

# Toggle display of the user-motd in terminal
Expand Down
2 changes: 1 addition & 1 deletion packages/ublue-os-just/ublue-os-just.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: ublue-os-just
Vendor: ublue-os
Version: 0.52
Version: 0.53
Release: 1%{?dist}
Summary: ublue-os just integration
License: Apache-2.0
Expand Down
Loading