rancher / elemental-toolkit

:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
https://rancher.github.io/elemental-toolkit/docs/
Apache License 2.0
298 stars 53 forks source link

Find a way to add DTB in EFI partition (for ARM and RISC-V) #1861

Open ldevulder opened 12 months ago

ldevulder commented 12 months ago

Follows up PR #1856.

Find an elegant way to add DTB in EFI partition (/EFI/dtb/ for SUSE based distributions). Needed for ARM and RISC-V architectures.

frelon commented 11 months ago

Just to rehash here, I did something similar in this PR to include rpi firmware using an after-disk hook: https://github.com/rancher/elemental-toolkit/pull/1859