Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 1999 15:33:34 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Andrew Brozgol" <brozgol@Azovstal.COM.UA>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel configuration file lost 
Message-ID:  <78373.938439214@axl.noc.iafrica.com>
In-Reply-To: Your message of "Mon, 27 Sep 1999 14:34:55 %2B0200." <001301bf08e4$b51437b0$3601020a@brozgol.asctp.azov.stal> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 27 Sep 1999 14:34:55 +0200, "Andrew Brozgol" wrote:

> I lost a kernel configuration file. Are there any
> means to get parameters from a built kernel?

If you were sneaky enough to add the INCLUDE_CONFIG_FILE option to your
kernel config, then this will get something close to what you had:

	strings -n 3 /kernel | sed -ne 's/^___//p' > MYKERNEL

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?78373.938439214>