SW: add bcache-tools to GRML_FULL
[grml-live.git] / etc / grml / grml-live.conf
index c4dc978..c069563 100644 (file)
@@ -32,7 +32,7 @@
 # PRESERVE_LOGFILE='1'
 
 # If package grml-live-db is installed the package selection and grml-live.log
-# are being logged to to a sqlite database.Defaults to /var/log/grml-live.db
+# are being logged to a sqlite database.Defaults to /var/log/grml-live.db
 # DPKG_DATABASE=/var/log/grml-live.db
 
 # Use your own database wrapper script for grml-live-db:
 # HYBRID_METHOD='grub2'     # use manifold with GRUB 2
 # HYBRID_METHOD='manifold'  # use manifold with ISOLINUX (default)
 
+# By default Secure Boot is enabled using the approach from Ubuntu.
+# Currently only the Ubuntu approach is supported, which is restricted
+# to loading Linux kernels and using a minimal version of GRUB.
+# If unset defaults to "ubuntu"
+# SECURE_BOOT='disable'         # do not enable Secure Boot
+# SECURE_BOOT="ubuntu"          # use approach from Ubuntu
+
 # Binary that should be used for creating the squashfs file.
 # Defaults to the executable matching the kernel version, falls back to mksquashfs.
 # SQUASHFS_BINARY='mksquashfs'