On Thu, Aug 22, 2024 at 04:38:30PM +0200, Marco d'Itri wrote:
> It has been suggested to me that, since our kernels nowadays are built 
> with CONFIG_MODULE_COMPRESS_XZ=Y, there is no need to link kmod.udeb 
> with libxz *as long as* we also do not use depmod or modinfo in d-i.
> 
> So, does d-i actually use depmod or modinfo?

Yes, it does.  I think we should get rid of it however.

|  % grep ^depmod -B 3 -A 2 kernel-wedge-2.105/commands/copy-modules
|               if [ "$os" = linux ]; then
|                       cat >"debian/$i-$version-di.postinst" <<EOF
| #!/bin/sh -e
| depmod $installedname
| EOF
|               fi

Bastian

-- 
You!  What PLANET is this!
                -- McCoy, "The City on the Edge of Forever", stardate 3134.0

Reply via email to