Skip to content

Commit

Permalink
busybox: kernel-overlays-setup: log depmod to /dev/kmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
mglae committed May 24, 2021
1 parent 37e83ff commit 8ba9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/busybox/scripts/kernel-overlays-setup
Expand Up @@ -70,7 +70,7 @@ if [ -d "${OVERLAY_CONFIG_DIR}" ] ; then

if [ "yes" = "$GOT_MODULE_OVERLAY" ] ; then
log "running depmod"
/usr/sbin/depmod -a
/usr/sbin/depmod -a >/dev/kmsg 2>&1
fi
fi

Expand Down

0 comments on commit 8ba9ad0

Please sign in to comment.