installkernel - install a new kernel image
installkernel installs a new kernel image onto the system from the Linux source tree. It is called by the Linux kernel makefiles when make install is invoked there. The new kernel is installed into {directory}/vmlinuz-{version}, a link is made from {directory}/vmlinuz to the new kernel, and the previously installed kernel is available as {directory}/vmlinuz.old. If you use LILO, /etc/lilo.conf should contain entries for the images {directory}/vmlinuz and {directory}/vmlinuz.old. ({version} is the new kernel's version.) installkernel calls mkboot -i to make the system bootable after the kernel is installed.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |