-
Book Overview & Buying
-
Table Of Contents
Practical Linux Security Cookbook
By :
After having spent a lot of time configuring and compiling the kernel, we can now start the process of installing the kernel on the local system.
Before starting the installation of the kernel, make sure to back up all your important data on the system. Also, make a copy of /boot/ on an external storage that is formatted in the FAT32 filesystem. This will help with repairing the system if the installation process fails for any reason.
After completing the compilation of the kernel, we can then start following the commands required to proceed with the installation of the kernel.

The preceding command will copy the modules to a subdirectory of/lib/modules.
make install

/sbin/installkernel./boot/vmlinuz-{version}.If a symbolic link already exists for /boot/vmlinuz...