Skip to content

Commit

Permalink
Merge pull request #5396 from mglae/le10_depmod_console_spam
Browse files Browse the repository at this point in the history
busybox: kernel-overlays-setup: log depmod to /dev/kmsg
  • Loading branch information
HiassofT committed May 24, 2021
2 parents 37e83ff + 8ba9ad0 commit 04dc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/busybox/scripts/kernel-overlays-setup
Original file line number Diff line number Diff line change
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 04dc864

Please sign in to comment.