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
feat(extend_payload_to_esp):add payload to bootupd efi updates dir.
Bootup extend_payload_to_esp <path> will move the <path> to bootupd updates
This features gives user ability to add payload though bootupd update stage,it
also updates efi metadata. This will help in mounting uboot binaries to esp
as required by rpi4.
example usage: `bootupctl backend extend_payload_to_esp /usr/lib/mydata`
will move the content of the dir to `usr/lib/bootupd/updates/EFI` and
appends metadata to `/usr/lib/bootupd/updates/EFI.json`
0 commit comments