On Thu Dec 17 1998 at 18:36, [EMAIL PROTECTED] wrote:
> startx , open up an xterm and type:
> # cd /usr/src/linux
> # make xconfig
>
> inside the config, under filesystems, choose your support , its all
> there TRUST me.
>
> then save and exit,to build and install your new kernel do as
> follows:
>
> # make dep ; make clean ; make zImage ;
> cp /usr/src/linux/arch/i386/boot/zImage /vmlinuz ; lilo ; shutdown now -r
Missed a couple of important steps here:
make dep
make clean
make zImage
make modules
make modules_install
cp /usr/src/linux/arch/i386/boot/zImage /vmlinuz
lilo
shutdown now -r
You'll also need to have the modules!
Also, it would be better to copy the new kernel as /vmlinuz-2.0.36 (or
whatever the kernel version is), and edit /etc/lilo.conf to add this
as a new (default) image to boot. Just in case something went
wrong...
Cheers
Tony