[Top]
[First]
[Previous]
[Next]
Installing The Kernel's Main File
Runnable kernels are expected to be in the /boot directory.
Simple way to install the kernel (assuming it is version 2.4.20-8):
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.20-8
Make sure the name is unique, and especially different then the current kernel...
... cause if we got a broken kernel, we will want to be able to switch back to the current kernel.
Originally written by
guy keren