Tobias DiPasquale on Thu, 27 Feb 2003 11:51:08 -0500 |
On Thu, 2003-02-27 at 10:57, epike@isinet.com wrote: > 1. make menuconfig > 2. make dep make clean should be here, as well. The whole correct sequence is: % su - Password: # cd /usr/src/linux # make mrproper # make menuconfig (or xconfig) # make dep clean # make -j 4 bzImage # make modules modules_install # cp arch/i386/boot/bzImage /boot/vmlinuz-<kernelversion> # cp System.map /boot/System.map-<kernelversion> Then, if you're using lilo... # vi /etc/lilo.conf Add an entry for the kernel you've just copied into /boot # /sbin/lilo -v By the way, Wayne: next time you need help and are frustrated, you should really calm yourself before sending a post to a mailing list such as this. I can empathise with your plight, but your lack of tact could end up offending certain people and causing them to ignore you (or worse, give you bad information). I suggest having someone proof-read your posts before you send them when next you are in such a mood. -- Tobias DiPasquale 88FA 30C9 1E63 CFE2 CBD8 37C4 DA1C E2BF 1D26 F036 http://cbcg.net/ Attachment:
signature.asc
|
|