getting config from a kernel [was: Re: What programs are installed..?]

Roman Neuhauser neuhauser at bellavista.cz
Mon Jun 16 12:24:54 PDT 2003


    don't hijack others' threads; you can start your own for free.

# WD at US-Webmasters.com / 2003-06-16 12:32:51 -0500:
> Thanks for this--very helpful.  Does anyone know how to tell what
> the options/programs compiled into the kernel are?
 
    provided you have

    options     INCLUDE_CONFIG_FILE

    in your kernel, you can use this:

    strings -n3 /kernel | sed -ne '/^___/s///p'


-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html


More information about the freebsd-questions mailing list