https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255220
Andrey V. Elsukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Closed Resolution|--- |Not A Bug --- Comment #1 from Andrey V. Elsukov <[email protected]> --- Look at hier(7) manual: kernel/ pure kernel executable (the operating system loaded into memory at boot time) and kernel modules modules/ third-party loadable kernel modules, such as the ones installed from ports(7) If you don't want kernel modules to be loaded automatically, look at the rc.conf(5) manual and devmatch_enable option. If you don't want to build kernel modules with your kernel, look at the make.conf(5) manual and MODULES_OVERRIDE option. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
