Bug 282269 - /etc/rc.d/kld: print the kernel modules being loaded
Summary: /etc/rc.d/kld: print the kernel modules being loaded
Status: In Progress
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: Unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-22 13:06 UTC by Mark Felder
Modified: 2024-10-27 22:43 UTC (History)
1 user (show)

See Also:


Attachments
kld patch (384 bytes, patch)
2024-10-22 13:06 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2024-10-22 13:06:07 UTC
Created attachment 254445 [details]
kld patch

the kld rc script currently just prints

Loading kernel modules:


and nothing else. It really should tell us what it's doing.


This patch will change it to print out like:


Loading kernel modules: if_epair if_ovpn accf_http accf_data
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-26 19:00:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=152382e6613d7998fe6f5233767df54d3fdec329

commit 152382e6613d7998fe6f5233767df54d3fdec329
Author:     Mark Felder <feld@FreeBSD.org>
AuthorDate: 2024-10-26 18:43:46 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-26 18:43:46 +0000

    rc.d/kld: Print the kernel modules being loaded

    PR:             282269
    MFC after:      2 weeks

 libexec/rc/rc.d/kld | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)