Re: /proc/config reducing kernel image size

From: Norberto Bensa
Date: Tue Sep 14 2004 - 13:00:33 EST


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) ?


Regards,
Norberto
-
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/