Skip to content

Commit 3624f1f

Browse files
committed
chore: remove modprobe.d softdep and debug find from install step
Module load ordering is handled by depmod in the Talos imager; the modprobe.d/nvidia-tegra.conf file is not needed here. Also remove the debug find /rootfs output. Signed-off-by: Alexander Schwankner <mrmoor4@googlemail.com>
1 parent 6368e07 commit 3624f1f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

nvidia-tegra-nvgpu/pkg.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,6 @@ steps:
334334
CONFIG_MODULE_SIG_ALL=y \
335335
modules_install
336336
337-
# Module load order: host1x → host1x-fence → nvhost-ctrl-shim → nvmap → nvgpu
338-
mkdir -p /rootfs/usr/lib/modprobe.d
339-
printf 'softdep nvhost-ctrl-shim pre: host1x host1x-fence\n' \
340-
> /rootfs/usr/lib/modprobe.d/nvidia-tegra.conf
341-
printf 'softdep nvgpu pre: host1x nvmap host1x-fence nvhost-ctrl-shim mc-utils\n' \
342-
>> /rootfs/usr/lib/modprobe.d/nvidia-tegra.conf
343-
344-
echo "Installed modules:"
345-
find /rootfs -name "*.ko" | sort
346337
test:
347338
- |
348339
# https://www.kernel.org/doc/html/v4.15/admin-guide/module-signing.html#signed-modules-and-stripping

0 commit comments

Comments
 (0)