X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Fgrml-live.conf;h=1f9e3baac2190ce51d20d1a280425c6f1acb5dba;hp=c4dc978cc63c8a6e082b8d3b0b2d5dbe7ffa8568;hb=b6bb1f8777396f98a6ddb0ef05057eb39bdd3512;hpb=dc6cf5edbd539c0fc53015c25a048d015c6b4b64 diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index c4dc978..1f9e3ba 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -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: @@ -152,18 +152,32 @@ # boot the CD using normal el torito mode or copy it to USB device # *without* having to run grml2usb (like: 'dd if=grml.iso of=/dev/sdX') # - working both with the same ISO +# Note that the manifold method is currently not be compatible with UEFI +# setups. # HYBRID_METHOD='disable' # do not create a hybrid ISO -# HYBRID_METHOD='isohybrid' # use isohybrid from SYSLINUX +# HYBRID_METHOD='isohybrid' # use isohybrid from SYSLINUX (default) # HYBRID_METHOD='grub2' # use manifold with GRUB 2 -# HYBRID_METHOD='manifold' # use manifold with ISOLINUX (default) +# HYBRID_METHOD='manifold' # use manifold with ISOLINUX + +# Secure Boot method that should be used (amd64 only). +# If unset defaults to "disabled" (which means no Secure Boot will be present) +# The following approaches are supported: +# debian: use the Debian GRUB version which requires a signed kernel, +# this is the recommended way to use Secure Boot with Grml +# ubuntu: use an older Ubuntu GRUB version which doesn't require a signed kernel, +# though has a limited feature set only and requires customized GRUB +# templates (the files shipped templates/boot/grub/ don't work as such) +# SECURE_BOOT='disable' # do not enable Secure Boot (default) +# SECURE_BOOT='debian' # use approach from Debian +# 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' # Options that should be used by mksquashfs during build process. -# Defaults to '-b 256k' and the according LZMA/XZ option. -# SQUASHFS_OPTIONS='-b 256k' +# Defaults to '-b 1m' and the according LZMA/XZ option. +# SQUASHFS_OPTIONS='-b 1m' # exclude files from compressed squashfs file using the # the mksquashfs option -ef: