On 2001.01.26 23:21:48 +0400 José Luiz Barci Neves wrote:
> Anyone have a "how-to" for install the kernel 2.4 in my Wonderful
> Mandrake
> 7.2 ?

Here's mine :
rpm -U <pathtoyourfavoritemirror>kernel-source-2.4.0-mdk
rpm -U <pathtoyourfavoritemirror>kernel-headers-2.4.0-mdk
cd /usr/src/linux
make xconfig (or menuconfig or config)
make dep && make bzImage && make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.0
cp System.map /boot/System.map-2.4.0
ln -sf /boot/vmlinuz-2.4.0 /boot/vmlinuz
ln -sf /boot/System.map-2.4.0 /boot/System.map
lilo

Well, in fact... nothing really changes :-)
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.

Reply via email to