mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Now that Kernel config `CONFIG_ICE` is enabled, its corresponding firmware file needs to be also in place. However, upstream linux-firmware tarball does not contain a correct symlink to `intel/ice/ddp/ice-1.3.26.0.pkg`, but `modinfo ice.ko` shows it requires `ice.pkg`. So we need to create the symlink to avoid failures at the firmware scanning stage like below: ``` Missing firmware: intel/ice/ddp/ice.pkg (ice.ko.xz) ``` |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |