fwupd/plugins/uefi-capsule/uefi_capsule.conf
Mario Limonciello b87c6dab95 uefi-capsule: Add support for installing UEFI updates from GRUB
Shim has had a hard time with loading updates from arguments in the
most recent release and this isn't the first time that happened.

Give distros and users an escape hatch that will allow using GRUB
instead.
2021-07-28 17:11:39 +01:00

23 lines
731 B
Plaintext

[uefi_capsule]
# use GRUB to launch fwupdx64.efi
#EnableGrubChainLoad=false
# the shim loader is required to chainload the fwupd EFI binary unless
# the fwupd.efi file has been self-signed manually
#DisableShimForSecureBoot=true
# the EFI system partition path used
# if this is is not /boot/efi, /boot, or /efi
#OverrideESPMountPoint=
# amount of free space required on the ESP, for example using 0x2000000 for 32Mb
#RequireESPFreeSpace=
# with the UEFI removable path enabled, the default esp path is set to /EFI/boot
# the shim EFI binary and presumably this is $ESP/EFI/boot/bootx64.efi
#FallbacktoRemovablePath=false
# allow ignoring the CapsuleOnDisk support advertised by the firmware
#DisableCapsuleUpdateOnDisk=true