mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00
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
This commit is contained in:
parent
22057f76cc
commit
935e92d079
@ -96,11 +96,12 @@ from within the OS by fwupd. This requires compiling with libsmbios support.
|
||||
When fwupd has been compiled with this support you will be able to enable UEFI
|
||||
support on the device by using the `unlock` command.
|
||||
|
||||
## Custom EFI System Partition
|
||||
## Custom EFI System Partition (ESP)
|
||||
|
||||
Since version 1.1.0 fwupd will autodetect the ESP when it is mounted on
|
||||
`/boot/efi`, `/boot`, or `/efi`. A custom EFI system partition location can be
|
||||
used by modifying *OverrideESPMountPoint* in `/etc/fwupd/uefi_capsule.conf`.
|
||||
Since version 1.1.0 fwupd will autodetect the ESP if it is mounted on
|
||||
`/boot/efi`, `/boot`, or `/efi`, and UDisks is available on the system. In
|
||||
other cases the mount point of the ESP needs to be manually specified using the
|
||||
option *OverrideESPMountPoint* in `/etc/fwupd/uefi_capsule.conf`.
|
||||
|
||||
Setting an invalid directory will disable the fwupd plugin.
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
# 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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user