Public bug reported:

librem-ec-acpi-dkms in librem-ec-acpi uses:

```
    for kmod in $(find "${MODULESDIR}/${dir}" ${exclude:-} -name "$pattern*.ko" 
-print); do
        manual_add_modules $(basename ${kmod} .ko)
    done
```

vmxnet in open-vm-tools uses:

```
if find "${DESTDIR}"/lib/modules -name pcnet32.ko >/dev/null; then
        manual_add_modules vmxnet
fi
```

Ubuntu 24.04 (noble) ships kernel modules compressed (e.g.
pcnet32.ko.zst) and those snippets will not find these compressed
modules.

** Affects: librem-ec-acpi (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: open-vm-tools (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: open-vm-tools (Ubuntu)
   Importance: Undecided
       Status: New

** Package changed: initramfs-tools (Ubuntu) => librem-ec-acpi (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068026

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to