On Tue, 25 Nov 1997, Andrew Akins wrote: > Basically, I'm considering rebuilding the kernel to add in some things > I'm missing (sound) and removing some things that I don't need (SCSI > support, for one). > > I've read all the howtos and got all the files, so I'm pretty sure I > have a good idea of how to do it (but I'm open to suggestions, if anyone > has them). >
Install kernel-package.deb. It will make thinks much easier for you. >From the readme: 1% cd <kernel source tree> 2% make config # or make menuconfig or make xconfig and configure 3% make-kpkg clean 4% make-kpkg -r=custom.1.0 kernel_image 5% dpkg -i ../kernel-image-X.XXX_1.0_<arch>.deb 6% shutdown -r now # If and only if LILO worked or you have a means of # booting the new kernel. YOU HAVE BEEN WARNED!! Ciao, Martin -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .