OpenBSD manual page server

Manual Page Search Parameters

BSD.RE-CONFIG(5) File Formats Manual BSD.RE-CONFIG(5)

bsd.re-configkernel configuration file

The bsd.re-config file contains kernel modification commands in config(8) format. 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.

/etc/bsd.re-config
Kernel configuration file.

To enable the ipmi(4) driver, add the following line to bsd.re-config:

enable ipmi

config(8)

May 31, 2025 OpenBSD-current