How can I put my own kernel for DRBL clients ? |
Ex: The kernel you compiled yourself: name is 2.6.11-1.steven with CPU arch i686.
a. Put these files to DRBL server
1. 3 filres in /boot
System.map-2.6.11-1.steven
config-2.6.11-1.steven
vmlinuz-2.6.11-1.steven
2. put the kernel and modules in /lib/modules, like:
/lib/modules/2.6.11-1.steven
b. depmod -a 2.6.11-1.steven
c. mknic-nbi -k 2.6.11-1.steven -i i686
-k: specifly the kernel name
-i: specify the CPU arch for DRBL clients, such as i386/i586/i686
Now you can boot the client to use the i686 kenrel 2.6.11-1.steven.
|
|