On Mon, Mar 19, 2007 at 02:32:48PM -0000, Steven Hartland wrote: > ----- Original Message ----- > From: "Wojciech A. Koszek" <[EMAIL PROTECTED]> > >I did some work in this area, as several system administrators I've met > >also seem to have problem with kernel configuration recovery. In my case > >I came with a method of obtaining a configuration of a running kernel > >via sysctl (kern.conftxt for now) and via config(8) form the kernel file. > > > >Hopefully this work will get more review soon. > > Does this take into account includes as I just tried INCLUDE_CONFIG_FILE > and its appears to be useless for configs which make use of include XXXX. >
Yes, it does. You get full configuration file from sysctl(8) or from config -k <kernel>, and config(8) is modified in a way, that lets you to use this file without additional trimming. -- Wojciech A. Koszek [EMAIL PROTECTED] http://FreeBSD.czest.pl/dunstan/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
