summaryrefslogtreecommitdiffstats
path: root/source/a/mkinitrd/mkinitrd
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/mkinitrd/mkinitrd')
-rw-r--r--source/a/mkinitrd/mkinitrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/mkinitrd/mkinitrd b/source/a/mkinitrd/mkinitrd
index c594ed2df..7c2f7629f 100644
--- a/source/a/mkinitrd/mkinitrd
+++ b/source/a/mkinitrd/mkinitrd
@@ -759,7 +759,7 @@ if [ ! -z "$MODULE_LIST" ]; then
done
# Pregenerate the module dependency information
- depmod -a -b $SOURCE_TREE ${KERNEL_VERSION}
+ /sbin/depmod -a -b $SOURCE_TREE ${KERNEL_VERSION}
# Copy /{etc,lib}/modprobe.d/* if desired
if [ ! -z $MODCONF ]; then