Maddog wrote:
Hey guys,

I am recompiling my kernel and I need to know how to make the image file,
and all the other files from my bzImage file. I am using the HOWTO for the
Kernel recompile from Red Hat. If Grub sux then how do I specify to use LILO
on the install?

Thanks,
Don

If you configured your kernel properly, then following commands will build and install the kernel for you, and also edit your existing grub.conf.

make dep
make bzImage
make modules
make modules_install
make install

GRUB certainly does not suck.

Warren Togami
[EMAIL PROTECTED]


Reply via email to