Michael,

On Wed, 16 Feb 2005 21:01:45 -0600, Michael Sullivan
<[EMAIL PROTECTED]> wrote:
> Do genkernels have NFS support turned on by default?

>From memory... when you make a kernel compilation with genkernel, it
copies the generic selection of options for the kernel made to either
the kernel directory, an /etc subdirectory, or both (I'm not in front
of my Gentoo box as I write this).

To confirm this, have a look for:

/etc/kernels/<some file name which escapes me but should be obvious>

or

/usr/src/linux/.config

You can then scan though th text file to see what settings are turned
on and off by default by genkernel. To ensure what you need is in
there, and what you don't want isn't in there, try:

$ genkernel --menuconfig all

It'll kick off the ncurses style interface that similar to typing in:

$ make menuconfig

when compiling a kernel manually.

HTH,

...Ric
-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
== Do you, uh... Gentoo? Gentoooo-hooo!! ==

--
[email protected] mailing list

Reply via email to