Manual Page Result
0
Command: bsd.re-config | Section: 5 | Source: OpenBSD | File: bsd.re-config.5
BSD.RE-CONFIG(5) FreeBSD File Formats Manual BSD.RE-CONFIG(5)
NAME
bsd.re-config - kernel configuration file
DESCRIPTION
The bsd.re-config file contains configuration information for the kernel.
If present, it is used during system startup to configure the kernel that
will be running at the next boot. It can be used to enable or disable
specific devices in the kernel.
FILES
/etc/bsd.re-config Kernel configuration file.
EXAMPLES
To enable the ipmi(4) driver, add the following line to bsd.re-config:
enable ipmi
See config(8) for more details on how to configure the kernel.
SEE ALSO
config(8)
FreeBSD 14.1-RELEASE-p8 September 13, 2021 FreeBSD 14.1-RELEASE-p8