From 203097ec38be563c05723ef329dceae2f8326cde Mon Sep 17 00:00:00 2001 From: Malix Date: Wed, 9 Oct 2024 14:40:33 +0200 Subject: [PATCH] Enhance: MOK password echo --- build/ublue-os-just/00-default.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ublue-os-just/00-default.just b/build/ublue-os-just/00-default.just index 0c816f9..36f0d6d 100644 --- a/build/ublue-os-just/00-default.just +++ b/build/ublue-os-just/00-default.just @@ -32,7 +32,7 @@ regenerate-grub: # Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "universalblue" if prompted enroll-secure-boot-key: sudo mokutil --timeout -1 - echo 'Enter password "universalblue" if prompted next' + echo 'The next line will prompt for a MOK password. Then, input "universalblue"' sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der 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'