[Bug 272139] loader(8) description, and see also, with regard to kernel modules

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Jun 2023 05:14:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272139

Graham Perrin <grahamperrin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |grahamperrin@freebsd.org
             Status|New                         |Open
           See Also|                            |https://bugs.freebsd.org/bu
                   |                            |gzilla/show_bug.cgi?id=2721
                   |                            |29

--- Comment #1 from Graham Perrin <grahamperrin@freebsd.org> ---
In reply to Mina Galić from bug 272129 comment 9

I took a hier(7) perspective: 

/boot/     …

     defaults/     …
     dtb/          …
     efi/          …
     firmware/     loadable kernel modules …
     kernel/       pure kernel … and kernel modules
     modules/      third-party loadable kernel modules, …
     …             …

Whilst D25601 was rc-oriented, it is true (for my use cases) that the majority
of kernel modules are in /boot/kernel/ …

% sudo rm /boot/modules/*.pkgsave
% ls /boot/firmware
% ls /boot/kernel
% ls /boot/modules

-- 
You are receiving this mail because:
You are the assignee for the bug.