X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Fgrml-live.conf;h=af03a91aea0d90e5257ec5fc306788f48bf96036;hp=c4dc978cc63c8a6e082b8d3b0b2d5dbe7ffa8568;hb=332ae52de9efa6a0ac5c3619823fe547e35828a0;hpb=ad58f50169c267ab9eb8d3e67925b8f1d622ba9b;ds=sidebyside diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index c4dc978..af03a91 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -157,6 +157,13 @@ # 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'