hey, i need to recompile my kernel (2.4.18-k7) with some minor adjustments to the configuration. since i can get the configuration file from /boot, all i need is the kernel source. i installed kernel-source-2.4.18, configured it and tried to compile it but it wouldn't compile. i figure that i need to include the kernel-headers for the k7 variant (kernel-headers-2.4.18-k7) in order to get a successful kernel build. how do i do this?
mv -fr /usr/src/kernel-headers-2.4.18-k7 /usr/src/kernel-source2.4.18 ? also, if i just want the kernel and the modules in a debian package do i just do this? make-kpkg kernl_image ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

