From 2c8625e0ee80cc7e471aeef20063b724225b53e8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 25 Oct 2023 12:23:15 +0200 Subject: [PATCH] change message --- usr/lib/archboot/cpio/cpio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index be9be2178..1d943f3f3 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -214,7 +214,7 @@ _install_mods() { echo "Adding kernel modules..." tar --hard-dereference -C / -cpf - $(modinfo -F filename $_MOD_PATH $_MOD_DEPS 2>/dev/null \ | grep -v builtin | sed -e 's#^/##g' -e 's# /# #g') | tar -C "${_ROOTFS}" -xpf - - echo "Generating module dependencies..." + echo "Generating new kernel module dependencies..." depmod -b "${_ROOTFS}" "${_KERNELVERSION}" # remove all non-binary module.* files (except devname for on-demand module loading # and builtin.modinfo for checking on builtin modules)