mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00

The ESP is autodetected only if UDisks is available, but this was not explicitly documented so far. Fixes #4103
23 lines
785 B
Plaintext
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
|