Merge pull request #5396 from mglae/le10_depmod_console_spam

busybox: kernel-overlays-setup: log depmod to /dev/kmsg
This commit is contained in:
Matthias Reichl 2021-05-24 20:12:29 +02:00 committed by GitHub
commit 04dc864eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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