public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel Recommended Defaults
@ 2001-09-25 21:57 Peter Moscatt
  2001-09-25 22:13 ` Ian Schroeder-Anderson
  2001-09-25 22:36 ` J Sloan
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Moscatt @ 2001-09-25 21:57 UTC (permalink / raw)
  To: Linux Kernel Mailing List

I am about to compile and install my first kernel and
want to make sure I have things pretty well set before
I create the image.

Is there guides available where they show recommended
defaults - especially in the Network arena ?

Pete


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Kernel Recommended Defaults
  2001-09-25 21:57 Kernel Recommended Defaults Peter Moscatt
@ 2001-09-25 22:13 ` Ian Schroeder-Anderson
  2001-09-25 22:36 ` J Sloan
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Schroeder-Anderson @ 2001-09-25 22:13 UTC (permalink / raw)
  To: Peter Moscatt; +Cc: linux-kernel

Before configuring the kernel (IE doing make xconfig or make menuconfig, or
just editing .config) do a make oldconfig. That will load the defaults in
all parts, otherwise I'd suggest reading the help that's included with the
given options in the configuration program (IE hit ? in make menuconfig or
click on the *fuzzy memory* help button in make xconfig).

Hope that helps
--Ian


----- Original Message -----
From: "Peter Moscatt" <pmoscatt@yahoo.com>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Sent: Tuesday, September 25, 2001 3:57 PM
Subject: Kernel Recommended Defaults


> I am about to compile and install my first kernel and
> want to make sure I have things pretty well set before
> I create the image.
>
> Is there guides available where they show recommended
> defaults - especially in the Network arena ?
>
> Pete
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger. http://im.yahoo.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Kernel Recommended Defaults
  2001-09-25 21:57 Kernel Recommended Defaults Peter Moscatt
  2001-09-25 22:13 ` Ian Schroeder-Anderson
@ 2001-09-25 22:36 ` J Sloan
  1 sibling, 0 replies; 3+ messages in thread
From: J Sloan @ 2001-09-25 22:36 UTC (permalink / raw)
  To: Peter Moscatt; +Cc: Linux kernel

Peter Moscatt wrote:

> I am about to compile and install my first kernel and
> want to make sure I have things pretty well set before
> I create the image.
>
> Is there guides available where they show recommended
> defaults - especially in the Network arena ?

1. although the initrd is a nice hack, I generally
avoid all that and compile all the requirements of
the root file system into the kernel -

2. everything else, I generally compile as modular.
this is extremely helpful in troubleshooting, e.g.
you can load/unload drivers without a reboot.

3. It doesn't hurt to have modules compiled for
cards you don't need, since they will not be
loaded. However, you want to avoid the opposite
scenario - not having the driver you need.

4. the defaults are usually sane, but look at
each and every one the first time you do a
kernel config.

5. DO NOT simply blow away your old kernel -
you will be sorry if you do. leave the old kernel
intact as a fallback, and make the necessary
edits to lilo, grub or whatever boot manager
you are using.

Regards,

jjs




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-25 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-25 21:57 Kernel Recommended Defaults Peter Moscatt
2001-09-25 22:13 ` Ian Schroeder-Anderson
2001-09-25 22:36 ` J Sloan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox