1.\" $OpenBSD: bsd.re-config.5,v 1.2 2021/09/13 17:42:47 jmc Exp $ 2.\" 3.\" Copyright (c) 2021 Paul de Weerd <weerd@weirdnet.nl> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: September 13 2021 $ 18.Dt BSD.RE-CONFIG 5 19.Os 20.Sh NAME 21.Nm bsd.re-config 22.Nd kernel configuration file 23.Sh DESCRIPTION 24The 25.Nm 26file contains configuration information for the kernel. 27If present, it is used during system startup to configure the kernel 28that will be running at the next boot. 29It can be used to enable or disable specific devices in the kernel. 30.Sh FILES 31.Bl -tag -width /etc/bsd.re-config -compact 32.It Pa /etc/bsd.re-config 33Kernel configuration file. 34.El 35.Sh EXAMPLES 36To enable the 37.Xr ipmi 4 38driver, add the following line to 39.Nm : 40.Pp 41.Dl enable ipmi 42.Pp 43See 44.Xr config 8 45for more details on how to configure the kernel. 46.Sh SEE ALSO 47.Xr config 8 48