On Sat, 6 Apr 2002 bsamuels@beenthere-donethat.org.uk wrote:
From the clean source code tree I did:
make dep make bzImage make modules make modules_install
copy bzImage and System.map to /boot. run lilo.
ok, a new thing to try =) "apt-get install kernel-package" then do your normal make (menu/x)config to build your kernel config then you can do a make-kpkg --revision whatever1.0 kernel_image and you will get a resultant .deb file in /usr/src that you can dpkg -i and this will have done all of the building and installing and running lilo that you need if it still doesn't work then something very odd is happening.
Adam