aboutsummaryrefslogtreecommitdiffstats
path: root/main/secureboot-hook/secureboot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'main/secureboot-hook/secureboot.conf')
-rw-r--r--main/secureboot-hook/secureboot.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/main/secureboot-hook/secureboot.conf b/main/secureboot-hook/secureboot.conf
index 122184928e0..39118c9e5a1 100644
--- a/main/secureboot-hook/secureboot.conf
+++ b/main/secureboot-hook/secureboot.conf
@@ -6,7 +6,7 @@
# stripped and newlines replaced with spaces).
#
# It should *not* contain an initrd= parameter! Example of a valid cmdline:
-# root=UUID=<uuid-of-your-root-fs> modules=ext4
+# root=UUID=<uuid-of-your-root-partition> modules=ext4
#
# Hook will be inactive until you set this parameter.
cmdline=
@@ -40,3 +40,12 @@ cmdline=
# Whether to backup old signed UEFI image (appends ".bak" to the file name).
#backup_old=yes
+
+# Kernel flavors to skip this hook for (e.g. "edge virt"). If empty, it runs
+# for all installed flavors.
+#skip_flavors=
+
+# Absolute path to the EFI Stub file to use. It can contain placeholders:
+# '{march}' will be replaced with the machine's architecture (e.g. "aa64",
+# "x64").
+#efistub_file="/usr/lib/gummiboot/linux{march}.efi.stub"