cd /usr/src/linux (if you don't have a /usr/src/linux, install the kernel
sources from the RPMs)

make menuconfig (select the apm options -- they're in the character
devices section, then exit)

make dep && make clean && make zImage && make modules && make
modules_install (all this as one line)

when it's done,

mv /boot/vmlinuz /boot/vmlinuz.stock
cp arch/i386/boot/zImage /boot/vmlinuz

VERY IMPORTANT:

edit /etc/lilo.conf and ADD the entry for vmlinuz.stock so you have TWO
bootable kernels; give the second one a second name like "linuxs"

VERY IMPORTANT:

/sbin/lilo

On Tue, 23 Feb 1999, ^Mr^ wrote:

> 
> 
> Michael Trausch wrote: I think you have to have the new 2.2.1 kernel, with APM
> (Advanced Power Management ? ) compiled in.
> 
> I'm using redhat 5.2 with kernel 2.0.36 .. what do i do now ?
> 

_Deirdre  *  http://disclaimer.deirdre.org  *  http://www.deirdre.net
"I would rather choose to have my leg bitten off than to buy NT"
Rob Narberes, Information Systems Manager, DNA Plant Technologies Corp
as quoted in (!) Computerworld

Reply via email to