summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-16 20:22:34 +0100
committerChristian Breunig <christian@breunig.cc>2025-03-16 20:22:34 +0100
commitbd7363dc6568dd8f5479a63148ecc3861fb9d902 (patch)
tree75751cc2a61db71e92c0c3339c86e99ce799cda4
parentb12c9ec6db804f8e9494502e0612850c72670fee (diff)
downloadvyos-1x-bd7363dc6568dd8f5479a63148ecc3861fb9d902.tar.gz
vyos-1x-bd7363dc6568dd8f5479a63148ecc3861fb9d902.zip
T861: rename Secure Boot MOK (Machine Owner Key) file
-rw-r--r--op-mode-definitions/install-mok.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/install-mok.xml.in b/op-mode-definitions/install-mok.xml.in
index 18526a354..c7e62349a 100644
--- a/op-mode-definitions/install-mok.xml.in
+++ b/op-mode-definitions/install-mok.xml.in
@@ -6,7 +6,7 @@
<properties>
<help>Install Secure Boot MOK (Machine Owner Key)</help>
</properties>
- <command>if test -f /var/lib/shim-signed/mok/MOK.der; then sudo mokutil --ignore-keyring --import /var/lib/shim-signed/mok/MOK.der; else echo "Secure Boot Machine Owner Key not found"; fi</command>
+ <command>if test -f /var/lib/shim-signed/mok/vyos-dev-2025-shim.der; then sudo mokutil --ignore-keyring --import /var/lib/shim-signed/mok/vyos-dev-2025-shim.der; else echo "Secure Boot Machine Owner Key not found"; fi</command>
</leafNode>
</children>
</node>