X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Fgrml-live.conf;h=af03a91aea0d90e5257ec5fc306788f48bf96036;hp=e30d4b7ba3755fc5e21e76784d3699be4f80eaf0;hb=332ae52de9efa6a0ac5c3619823fe547e35828a0;hpb=7beda7dae5063c45ab57c061bcfb27e13fd704ea diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index e30d4b7..af03a91 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -49,7 +49,7 @@ # Which Debian suite/release do you want to use? # Supported values are: stable, testing, unstable (or their corresponding release -# names like "jessie"). +# names like "stretch"). # Unless it is set it defaults to "testing". # SUITE="unstable" @@ -66,7 +66,7 @@ # Which Debian suite and which mirror do you want to use for debootstrapping? # Usage: " " -# FAI_DEBOOTSTRAP="jessie http://ftp.debian.org/debian" +# FAI_DEBOOTSTRAP="stretch http://ftp.debian.org/debian" # Do you want to use a local mirror (like NFS)? # If so specify the directory where debian/ is available: @@ -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'