snapcore / core-initrd

initrd implementation in ubuntu core
https://ubuntu.com/core/docs
GNU General Public License v3.0
9 stars 27 forks source link

ubuntu-core-initramfs: Fix discovery of compressed modules #227

Closed valentindavid closed 7 months ago

valentindavid commented 7 months ago

Now modules are compressed and have extension .ko.zstd. We need to ignore the compression extension.

The module database was not properly generated, and was causing spurious error messages. (That database is only to find errors).