Installing the kernel
cp arch/i386/boot/zImage /boot/pick-a-name
- The name is arbitrary, but commonly begins with
zImage or vmlinuz
- Also common to append version number/build number to keep
track of multiple kernels (eg. vmlinuz-2.0.30-1)
Installation of modules:
- Move any old modules in
/lib/modules/kernel-version out of the way, eg:
cd /lib/modules
mv 2.0.30 2.0.30-old
- cd /usr/src/linux
make modules_install