You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efi: Handle compatibility for systems with no usr/lib/efi
In #995 changes were made to move
files from `usr/lib/ostree-boot/EFI` to `usr/lib/efi` which caused issues
with older bootupd failing to understand the new layout created by newer
version of bootupd.
To make the change backwards compatible, we now check for the existence
of `usr/lib/efi`, and only use the new layout if we find it. Else,
default back to the older layout at `usr/lib/bootupd`
Signed-off-by: Pragyan Poudyal <[email protected]>