Re: /proc/config reducing kernel image size

From: Tom Fredrik Blenning Klaussen
Date: Tue Sep 14 2004 - 13:43:30 EST


On Tue, 2004-09-14 at 19:44, Norberto Bensa wrote:
> Tom Fredrik Blenning Klaussen wrote:
> > There is no point in storing all the comments and unused options in the
>
> Try this:
>
> mv .config .config-saveme
> grep -v ^# .config-saveme > .config
> make oldconfig
>
> Do you get the exact same kernel (hint: diff .config .config-saveme) ?

You're right.
Am I correct when I say that when an option is not present, it assumes
it's default?

Sincerely
--
BFG
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/