On 08-Mar-99 Doug Dine wrote: > Hi, > > I am going to compile the kernel again as the first attempt > apparently didn't suceed. My users manual describes > the steps as follows. Is this correct? > > 1. change to directory /usr/src/linux > > 2. make config
make menuconfig is a lot easier to handle > > 3. make dep ; make clean > > 4. make zImage > > 5. make modules > > 6. make modules_install > Doug Dine Try installing the kernel-package and use make-kpkg. it will make a deb package of the kernel image and handle all the steps after make config.

