If you have made a native build on the box you wish to install, you can setup the new kernel as follows═: within the kernel source tree linux/, as root do a═:
bash# cp vmlinux /boot/vmlinux-[kernelversion] bash# cp System.map /boot/System.map-[kernelversion] bash# cp .config /boot/config-[kernelversion] |
bash# ls -l vmlinux lrwxrwxrwx 1 root root 35 Jun 23 01:38 vmlinux -> vmlinux-2.4.18-64-SMP |
bash# rm -f vmlinux bash# ln -s vmlinux-[kernelversion] vmlinux bash# sync |
If you have made a cross-compiled build or built a kernel on a PA box which is not the one you wish to install, you have to find a way to put vmlinux, System.map and .config in /boot as mentionned before. You can use the network (like ftp) or a CD to do so, or even direct copy to the hard disk drive.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |