make bzImage modules (-jX)
make modules_install
cp arch/x86/boot/bzImage /boot/vmlinuz-XXX
cp System.map /boot/System.map-XXX
cp .config /boot/config-XXX
cd /boot
rm System.map
ln -s System.map-XXX System.map
/etc/lilo.conf
image = /boot/vmlinuz-XXX
root = /dev/sda1
label = new_kernel
read-only
http://docs.slackware.com/howtos:slackware_admin:kernelbuilding
0 件のコメント:
コメントを投稿