1 parent e325097 commit 4c59641Copy full SHA for 4c59641
1 file changed
zfs/pkg.yaml
@@ -26,9 +26,7 @@ steps:
26
cp /src/modules.builtin /rootfs/lib/modules/$(cat /src/include/config/kernel.release)/
27
cp /src/modules.builtin.modinfo /rootfs/lib/modules/$(cat /src/include/config/kernel.release)/
28
29
- for i in $(find $(pwd)/module/ -mindepth 1 -maxdepth 1 -type d); do
30
- make -j $(nproc) -C /src M="$i" modules_install DESTDIR=/rootfs INSTALL_MOD_PATH=/rootfs INSTALL_MOD_DIR=extras INSTALL_MOD_STRIP=1 CONFIG_MODULE_SIG_ALL=y
31
- done
+ make -j $(nproc) -C /src M="$(pwd)/module" modules_install DESTDIR=/rootfs INSTALL_MOD_PATH=/rootfs INSTALL_MOD_DIR=extras INSTALL_MOD_STRIP=1 CONFIG_MODULE_SIG_ALL=y
32
test:
33
- |
34
# https://www.kernel.org/doc/html/v4.15/admin-guide/module-signing.html#signed-modules-and-stripping
0 commit comments