fwupd/plugins/uefi-capsule/uefi_capsule.conf
Philipp Wendler 935e92d079 uefi-capsule: clarify UDisks requirement for ESP autodetection
The ESP is autodetected only if UDisks is available,
but this was not explicitly documented so far.

Fixes #4103
2021-12-17 14:35:08 -06:00

23 lines
785 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 (ESP) path used if UDisks is not available
# or if this partition is not mounted at /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