Sebastiaan <[EMAIL PROTECTED]> writes: > where can I find an original Debian potato .config file for kernel > 2.2.17? The kernel that comes with the distribution works great, but I > need to add/remove some things. > > When unpacking the kernel source, a minimal .config file exists, but when > compiling the kernel, I do not want to miss anything.
Check in your "/boot" directory/partition. There should be a file there called config.<whatever>. Copy it to /usr/src/linux/.config (or wherever you installed the kernel source you're going to compile). Gary