Update of "deconf"

Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: c18872e684163e85645cb9cbf478c2d18290f2bd
Page Name:deconf
Date: 2014-09-17 20:09:18
Original User: skoro
Parent: b759432b65a26d3fab4e95d5a390490b67f80fb6 (diff)
Content
DECONF(1)                 BSD General Commands Manual                DECONF(1)

NAME deconf -- generate kernel config from dmesg

SYNOPSIS deconf kernel-config

DESCRIPTION deconf generates a new kernel configuration file from the current dmesg output and the current kernel config file, kernel-config.

EXAMPLE To generate a new kernel config MYCONFIG after having booted a GENERIC kernel, run:

$ cd /usr/src/sys/arch/`uname -m`/conf $ dmesg | deconf GENERIC > MYCONF

SEE ALSO options(4), dmesg(8)

AUTHORS Created by Skorobogatko Oleksii <skorobogatko.oleksii at gmail.com>

BUGS Lines from dmesg output which not found in kernel-config append to the end of new kernel config.

April 12, 2010