NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Extract config from kernel



On Fri, 10 Oct 2008 11:14:46 -0500
Steve Pribyl <spribyl%peel.com@localhost> wrote:

> How do I extract the config file from a custom built kernel?

From man options "INCLUDE_CONFIG_FILE", if this option is set, then:
strings netbsd | sed -n 's/^_CFG_//p' | unvis

-- 
Cliff Wright <cliff%snipe444.org@localhost>


Home | Main Index | Thread Index | Old Index