mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-02 11:11:12 +02:00
See #4816 Depending on the hardware and firmware type, firmware might be either needed during initial boot (`initramfs`) or in the Talos running phase (`rootfs`). As we don't want to have two copies of same firmware, share the firmware by bind-mounting it from the `initramfs` down to `rootfs` on switchroot. This also cleans up `Dockerfile` to keep firmware only in `initramfs`. Eventually we might get rid of some of the firmware and move it to the system extensions. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>