robert_wilhelm_land wrote: > > Andrei Pelinescu - Onciul wrote: > [...] > > A small example of what you call "masochistic": > > > > cd /usr/src/linux-2.2.18pre18 > > make config|menuconfig|xconfig > > make-kpkg --revision 9:blabla kernel_image > > dpkg -i ../kernel-image-2.2.18pre18_blabla*.deb > > If you keep up to debian - no problem, Andrei. In a few years we might > have 10 linux distributers and 10 diffrent kernel build routines - big > fun!
There will always be the classical method so no problem. It is much easier to use make-kpkg especially if you want to use the same kernel on more machines. You will have only to copy the new .deb and dpkg -i. [...] > > You can use the classic kernel build process if you want (make clean dep > > bzImage modules modules_install). The kernel image will be in > > arch/i386/boot. > > > > [...] > > > > Andrei > > Oh sure - how many times did I report it didn't? I'll do it all over > again. > Did you control it the last time you made one? Yes, it works: kernel-source-2.2.17 (from Debian), 2.2.18pre18 (ftp.kernel.org+pre-patch-2.2.18-18), 2.4.0-test9 make clean make oldconfig dep bzImage and bzImage is in arch/i386/boot/bzImage. How exactly did you try to build your kernel? Did you get any error message? The kernel build process has nothing to do with Debian or any other distribution. It just needs make, gcc etc. Andrei